Skip to content

Commit

Permalink
Updating github actions cache version (#1269)
Browse files Browse the repository at this point in the history
updating actions

updating actions to v4 as v2 is being deprecated shortly.
  • Loading branch information
sneakzttv authored Jan 9, 2025
1 parent 49a10f7 commit 2921109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unity_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Start Anvil
run: |
anvil --host 0.0.0.0 --fork-url https://rpc.ankr.com/eth_sepolia --mnemonic "test test test test test test test test test test test junk" &
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}
Expand Down

0 comments on commit 2921109

Please sign in to comment.