Skip to content

Commit 526de2a

Browse files
authored
Merge pull request #55 from bug-ops/dependabot/github_actions/actions/cache-5
ci: bump actions/cache from 4 to 5
2 parents 3624411 + 9118d04 commit 526de2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
save-if: ${{ github.ref == 'refs/heads/main' }}
9999

100100
- name: Cache wasm-pack
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: ${{ env.WASM_PACK_CACHE_DIR }}
104104
key: wasm-pack-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)