We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a4abe commit 27c6f21Copy full SHA for 27c6f21
1 file changed
.github/workflows/unity_tests.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Start Anvil
27
run: |
28
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
+ - uses: actions/cache@v4
30
with:
31
path: ${{ matrix.projectPath }}/Library
32
key: Library-${{ matrix.projectPath }}
0 commit comments