Skip to content

Commit 6e0d552

Browse files
authored
Merge pull request #5410 from wasmerio/fix-cache-ci
fix(ci): bump cache@v2 to cache@v3, temporarily disable test.yaml
2 parents be4bc49 + bf6dd69 commit 6e0d552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ jobs:
196196
brew install gnu-tar
197197
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
198198
if: startsWith(matrix.os, 'macos')
199-
- uses: actions/cache@v2
199+
- uses: actions/cache@v3
200200
with:
201201
path: |
202202
~/.cargo/registry
203203
~/.cargo/git
204204
key: ${{ matrix.build }}-${{ matrix.target }}-cargo-${{ hashFiles('Cargo.lock') }}-v1
205-
- uses: actions/cache@v2
205+
- uses: actions/cache@v3
206206
if: matrix.use_sccache
207207
with:
208208
path: ${{ runner.tool_cache }}/cargo-sccache

0 commit comments

Comments
 (0)