Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit f62136e

Browse files
authored
fix: bump actions/cache to v4.2.2 to avoid deprecation (#19)
1 parent 2b6f79d commit f62136e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848

4949
- name: Cache Deno dependencies
5050
id: cache-deno
51-
uses: actions/cache@v4.0.2
51+
uses: actions/cache@v4.2.2
5252
with:
5353
key: ${{ hashFiles(inputs.deno-lock-path) }}
5454
path: ${{ env.DENO_DIR }}

0 commit comments

Comments
 (0)