Skip to content

Commit

Permalink
🧹 Update cache action version (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 31, 2024
1 parent 49a6be0 commit a3a797a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/setup-build-cache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
# This step will speed up workflow runs that don't touch the whole codebase
# (or the ones that don't touch the codebase at all)
- name: Cache turbo build setup
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules/.cache/turbo
key: ${{ runner.os }}-turbo-${{ github.ref_name }}-${{ github.sha }}
Expand All @@ -20,7 +20,7 @@ runs:
#
# This step will speed up workflow runs that use hardhat compilation
- name: Cache hardhat compilers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .cache/hardhat
key: ${{ runner.os }}-hardhat-${{ github.ref_name }}-${{ github.sha }}
Expand Down

0 comments on commit a3a797a

Please sign in to comment.