Skip to content

Commit b1a78a1

Browse files
committed
⬆️ Update GH Actions and pre-commit checks
1 parent 96842a6 commit b1a78a1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
23-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
23+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2424
with:
2525
path: ~/.cache/pre-commit
2626
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Run zizmor
29-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
29+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
3030
with:
3131
persona: pedantic

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-added-large-files
1616
args: ['--maxkb=1024']
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: 91de51aef61c5f2383f03da25604e3d65a8309e0 # v2.21.1
18+
rev: 3a8ef795727fa946dfcb21c5d07b1442c2362c09 # v2.23.0
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/abravalheri/validate-pyproject
@@ -35,7 +35,7 @@ repos:
3535
entry: isort --profile=black
3636
name: isort (python)
3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # 26.3.1
38+
rev: 4160603246a6b365d4a2af661c6d71b0a0f50478 # 26.5.1
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)