Skip to content

Commit dd9e571

Browse files
Merge 5045d33 into ca33e54
2 parents ca33e54 + 5045d33 commit dd9e571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-deno-with-cache/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: setup-deno with dependencies cache
33
runs:
44
using: "composite"
55
steps:
6-
- uses: actions/cache@v3
6+
- uses: actions/cache@v4
77
with:
88
path: ~/.cache/deno
99
key: deno-${{ github.job }}-${{ runner.os }}-${{ hashFiles('deno.lock') }}

0 commit comments

Comments
 (0)