Skip to content

Commit 5dd1e6d

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------------- | -------- | -------- | | github-tags | actions/checkout | v6.0.2 | v6.0.3 | | github-tags | astral-sh/ruff-pre-commit | v0.15.10 | v0.15.20 | | github-tags | astral-sh/uv-pre-commit | 0.11.7 | 0.11.26 | | pypi | rust-just | 1.50.0 | 1.55.1 | | github-tags | zizmorcore/zizmor-pre-commit | v1.24.1 | v1.26.1 |
1 parent a3bf0b0 commit 5dd1e6d

5 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
DAEMON_DIR: ../daemon
4343

4444
steps:
45-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4646
with:
4747
persist-credentials: false
4848

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id-token: write # OIDC token for pages deployment
2626

2727
steps:
28-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929
with:
3030
persist-credentials: false
3131

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write # OIDC token for pypi trusted publishing
2424

2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727
with:
2828
persist-credentials: false
2929

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ repos:
1414
- id: fix-byte-order-marker
1515
- id: detect-private-key
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.15.10
17+
rev: v0.15.20
1818
hooks:
1919
- id: ruff-check
2020
- id: ruff-format
2121
- repo: https://github.com/astral-sh/uv-pre-commit
22-
rev: 0.11.7
22+
rev: 0.11.26
2323
hooks:
2424
- id: uv-lock
2525
- id: uv-audit
2626
- repo: https://github.com/zizmorcore/zizmor-pre-commit
27-
rev: v1.24.1
27+
rev: v1.26.1
2828
hooks:
2929
- id: zizmor
3030
args: [--no-progress, --offline, --persona=auditor]

uv.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)