Skip to content

Commit 838bb7e

Browse files
authored
Merge pull request #36 from SimonErm/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 84d06e4 + 2cadf9d commit 838bb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- id: checkout
1919
uses: actions/checkout@v6
2020
- name: Cache
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: |
2424
~/.cargo/bin/
@@ -35,7 +35,7 @@ jobs:
3535
- id: checkout
3636
uses: actions/checkout@v6
3737
- name: Cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: |
4141
~/.cargo/bin/

0 commit comments

Comments
 (0)