Skip to content

Commit

Permalink
bump actions/cache/restore to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Oct 9, 2024
1 parent ae68b11 commit 3aeec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-wasm-test-filters/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
echo "WASM_FILTER_CACHE_PREFIX=wasm-test-filters::v3::${{ runner.os }}" >> $GITHUB_ENV
- name: Restore Cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
id: restore-cache
with:
path: |
Expand Down

0 comments on commit 3aeec88

Please sign in to comment.