Skip to content

Commit

Permalink
update actions cache (#1158)
Browse files Browse the repository at this point in the history
Co-authored-by: juraj.bacovcin <[email protected]>
  • Loading branch information
hehe100596 and juraj.bacovcin authored Mar 6, 2025
1 parent 795140f commit 16368b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
git config --local user.name github-actions
git config --local user.email [email protected]
- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
1 change: 1 addition & 0 deletions packages/shared/core/src/lib/models/Blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ export type EvmBasedBlockchain =
| Blockchain.FTM
| Blockchain.ZK_SYNC
| Blockchain.RON
| Blockchain.BERA

0 comments on commit 16368b8

Please sign in to comment.