Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/poseidon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
# Cache Poseidon binary
- name: Cache Poseidon binary
id: cache-poseidon
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo/bin/poseidon
key: poseidon-${{ runner.os }}-${{ steps.poseidon-sha.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/steel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
run: |
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cargo/bin/steel
key: ${{ runner.os }}-steel-cli
Expand Down
Loading