Skip to content

Commit d67154c

Browse files
authored
Merge pull request #5545 from davidjsonn/main
CI: migrate workflows to cache v4
2 parents 3b65aa5 + 0556444 commit d67154c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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@v3
199+
- uses: actions/cache@v4
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@v3
205+
- uses: actions/cache@v4
206206
if: matrix.use_sccache
207207
with:
208208
path: ${{ runner.tool_cache }}/cargo-sccache

0 commit comments

Comments
 (0)