We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be4bc49 + bf6dd69 commit 6e0d552Copy full SHA for 6e0d552
.github/workflows/build.yml
@@ -196,13 +196,13 @@ jobs:
196
brew install gnu-tar
197
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
198
if: startsWith(matrix.os, 'macos')
199
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
200
with:
201
path: |
202
~/.cargo/registry
203
~/.cargo/git
204
key: ${{ matrix.build }}-${{ matrix.target }}-cargo-${{ hashFiles('Cargo.lock') }}-v1
205
206
if: matrix.use_sccache
207
208
path: ${{ runner.tool_cache }}/cargo-sccache
0 commit comments