Skip to content

Commit c8a25df

Browse files
authored
Merge pull request #176 from idanarye/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 72f5653 + 19724eb commit c8a25df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: matrix.os == 'ubuntu-latest'
3939
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
4040
- name: Cache cargo
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
id: cache
4343
with:
4444
path: ~/.cargo
@@ -68,7 +68,7 @@ jobs:
6868
if: matrix.os == 'ubuntu-latest'
6969
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
7070
- name: Cache cargo
71-
uses: actions/cache@v4
71+
uses: actions/cache@v5
7272
id: cache
7373
with:
7474
path: ~/.cargo
@@ -109,7 +109,7 @@ jobs:
109109
override: true
110110
components: clippy
111111
- name: Cache cargo
112-
uses: actions/cache@v4
112+
uses: actions/cache@v5
113113
id: cache
114114
with:
115115
path: ~/.cargo
@@ -130,7 +130,7 @@ jobs:
130130
toolchain: nightly
131131
override: true
132132
- name: Cache cargo
133-
uses: actions/cache@v4
133+
uses: actions/cache@v5
134134
id: cache
135135
with:
136136
path: ~/.cargo

0 commit comments

Comments
 (0)