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.
1 parent 11b7369 commit 49040e6Copy full SHA for 49040e6
.github/workflows/release.yml
@@ -74,12 +74,12 @@ jobs:
74
75
steps:
76
- uses: actions/checkout@v4
77
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
78
with:
79
path: ~/.cargo/registry
80
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
81
82
83
if: startsWith(matrix.name, 'linux-')
84
85
path: ~/.cargo/bin
@@ -159,7 +159,7 @@ jobs:
159
160
161
162
163
164
165
key: sign-tools-${{ hashFiles('.github/workflows/release.yml') }}
0 commit comments