Skip to content

Commit 3bd2498

Browse files
ci: Bump actions/cache from 4 to 5 in the ci-dependencies group (#90)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5461c89 commit 3bd2498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: pixi run -e pre-commit pnpm install
2626
- name: Cache pre-commit
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: ~/.cache/pre-commit
3030
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml', 'pixi.lock') }}

0 commit comments

Comments
 (0)