chore(deps): update actions/cache action to v4

This commit is contained in:
renovate[bot] 2024-01-17 20:12:56 +00:00 committed by GitHub
parent e592fdbfd9
commit 1c35572673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,12 +87,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
- uses: actions/cache@v3
- uses: actions/cache@v4
if: startsWith(matrix.name, 'linux-')
with:
path: ~/.cargo/bin
@ -158,7 +158,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cargo/bin
key: sign-tools-${{ hashFiles('.github/workflows/release.yml') }}