Skip to content

Commit 27c6f21

Browse files
authored
Updating github actions cache version (#1269)
updating actions updating actions to v4 as v2 is being deprecated shortly.
1 parent f9a4abe commit 27c6f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unity_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Start Anvil
2727
run: |
2828
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" &
29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v4
3030
with:
3131
path: ${{ matrix.projectPath }}/Library
3232
key: Library-${{ matrix.projectPath }}

0 commit comments

Comments
 (0)