We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e7c8f commit b5e51c3Copy full SHA for b5e51c3
.github/workflows/build-and-test.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
targets: wasm32-wasip1
31
- name: Cache cargo
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
34
path: |
35
~/.cargo/registry/index/
@@ -87,7 +87,7 @@ jobs:
87
88
toolchain: stable
89
targets: ${{ matrix.settings.target }}
90
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
91
92
93
0 commit comments