Skip to content

Commit d75cb05

Browse files
chore(deps): update actions/cache action to v4 (#81)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca33e54 commit d75cb05

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)