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

Commit 2b6f79d

Browse files
ci(deps): bump actions/cache from 4.0.1 to 4.0.2 (#12)
1 parent bf4adf4 commit 2b6f79d

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.1
51+
uses: actions/cache@v4.0.2
5252
with:
5353
key: ${{ hashFiles(inputs.deno-lock-path) }}
5454
path: ${{ env.DENO_DIR }}

0 commit comments

Comments
 (0)