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

Commit bf4adf4

Browse files
build(deps): bump actions/cache from 4.0.0 to 4.0.1 (#11)
1 parent 4e5e39c commit bf4adf4

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

0 commit comments

Comments
 (0)