Skip to content

Commit 62a85c1

Browse files
Update actions/cache action to v5
1 parent d787cb1 commit 62a85c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install devenv.sh
2626
run: nix profile add nixpkgs#devenv
2727
- name: Cache dependencies
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: |
3131
~/.cache/bundle

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
ref: ${{ env.GIT_REF }}
3232
- name: Cache dependencies
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: |
3636
~/.cache/bundle

0 commit comments

Comments
 (0)