Skip to content

Commit cd00bbf

Browse files
Merge pull request #126 from code0-tech/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents ee57813 + bb7b1e1 commit cd00bbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
components: clippy
4040

4141
- name: Cache cargo registry
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: |
4545
~/.cargo/registry
@@ -65,7 +65,7 @@ jobs:
6565
uses: dtolnay/rust-toolchain@stable
6666

6767
- name: Cache cargo registry
68-
uses: actions/cache@v4
68+
uses: actions/cache@v5
6969
with:
7070
path: |
7171
~/.cargo/registry
@@ -90,7 +90,7 @@ jobs:
9090
uses: dtolnay/rust-toolchain@stable
9191

9292
- name: Cache cargo registry
93-
uses: actions/cache@v4
93+
uses: actions/cache@v5
9494
with:
9595
path: |
9696
~/.cargo/registry

0 commit comments

Comments
 (0)