Skip to content

Commit 8616b3e

Browse files
Update actions/cache action to v5 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56e7c8f commit 8616b3e

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
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
targets: wasm32-wasip1
3131
- name: Cache cargo
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: |
3535
~/.cargo/registry/index/
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
toolchain: stable
8989
targets: ${{ matrix.settings.target }}
90-
- uses: actions/cache@v4
90+
- uses: actions/cache@v5
9191
with:
9292
path: |
9393
~/.cargo/registry/index/

0 commit comments

Comments
 (0)