Skip to content

Commit 2503fdc

Browse files
chore(deps): update actions/cache action to v4 (#93)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05f2913 commit 2503fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818

1919
- name: Cache rustup directory
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
env:
2222
cache-name: cache-rustup
2323
with:
@@ -45,7 +45,7 @@ jobs:
4545
run: cargo --version
4646

4747
- name: Cache cargo directory
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
env:
5050
cache-name: cache-cargo
5151
with:

0 commit comments

Comments
 (0)