Skip to content

Commit 621551d

Browse files
Merge pull request #370 from code0-tech/renovate/actions-cache-6.x
Update actions/cache action to v6
2 parents 53c572d + 2e68902 commit 621551d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
components: clippy
3838

3939
- name: "Cache cargo registry"
40-
uses: actions/cache@v5
40+
uses: actions/cache@v6
4141
with:
4242
path: |
4343
~/.cargo/registry
@@ -62,7 +62,7 @@ jobs:
6262
uses: dtolnay/rust-toolchain@stable
6363

6464
- name: "Cache cargo registry"
65-
uses: actions/cache@v5
65+
uses: actions/cache@v6
6666
with:
6767
path: |
6868
~/.cargo/registry
@@ -87,7 +87,7 @@ jobs:
8787
uses: dtolnay/rust-toolchain@stable
8888

8989
- name: "Cache cargo registry"
90-
uses: actions/cache@v5
90+
uses: actions/cache@v6
9191
with:
9292
path: |
9393
~/.cargo/registry

0 commit comments

Comments
 (0)