We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4bc25 commit 5c8e182Copy full SHA for 5c8e182
.github/workflows/poseidon.yml
@@ -130,7 +130,7 @@ jobs:
130
# Cache Poseidon binary
131
- name: Cache Poseidon binary
132
id: cache-poseidon
133
- uses: actions/cache@v3
+ uses: actions/cache@v4
134
with:
135
path: ~/.cargo/bin/poseidon
136
key: poseidon-${{ runner.os }}-${{ steps.poseidon-sha.outputs.sha }}
.github/workflows/steel.yml
@@ -146,7 +146,7 @@ jobs:
146
run: |
147
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
148
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
149
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
150
151
path: ~/.cargo/bin/steel
152
key: ${{ runner.os }}-steel-cli
0 commit comments