Skip to content

Commit a53e1b0

Browse files
committed
⬆️ Update GH Action and pre-commit checks
1 parent 4ea6480 commit a53e1b0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
persist-credentials: false
3434
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
35-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
35+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3636
with:
3737
path: ~/.cache/pre-commit
3838
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
@@ -24,15 +24,15 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: a007bb7dd9043d022292401abc3061cb1906b4bc # v2.21.2
27+
rev: 3a8ef795727fa946dfcb21c5d07b1442c2362c09 # v2.23.0
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject
3131
rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # v0.25
3232
hooks:
3333
- id: validate-pyproject
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794 # v0.15.13
35+
rev: 0671d8ab202c4ac093b78433ae5baf74f3fc7246 # v0.15.15
3636
hooks:
3737
- id: ruff-check
3838
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)