Skip to content

Commit 49040e6

Browse files
Bump actions/cache from 3 to 4 (#43)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11b7369 commit 49040e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474

7575
steps:
7676
- uses: actions/checkout@v4
77-
- uses: actions/cache@v3
77+
- uses: actions/cache@v4
7878
with:
7979
path: ~/.cargo/registry
8080
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
8181

82-
- uses: actions/cache@v3
82+
- uses: actions/cache@v4
8383
if: startsWith(matrix.name, 'linux-')
8484
with:
8585
path: ~/.cargo/bin
@@ -159,7 +159,7 @@ jobs:
159159

160160
steps:
161161
- uses: actions/checkout@v4
162-
- uses: actions/cache@v3
162+
- uses: actions/cache@v4
163163
with:
164164
path: ~/.cargo/bin
165165
key: sign-tools-${{ hashFiles('.github/workflows/release.yml') }}

0 commit comments

Comments
 (0)