Skip to content

Commit 378302c

Browse files
⬆️ deps: Update actions/cache action to v5 (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7645680 commit 378302c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
toolchain: stable
2323
components: clippy
24-
- uses: actions/cache@v4
24+
- uses: actions/cache@v5
2525
id: cargo-cache
2626
with:
2727
path: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v5
1919
- name: Update rust toolchain
2020
run: rustup update
21-
- uses: actions/cache@v4
21+
- uses: actions/cache@v5
2222
id: cargo-cache
2323
with:
2424
path: |

0 commit comments

Comments
 (0)