We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca33e54 commit d75cb05Copy full SHA for d75cb05
.github/actions/setup-deno-with-cache/action.yml
@@ -3,7 +3,7 @@ description: setup-deno with dependencies cache
3
runs:
4
using: "composite"
5
steps:
6
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
7
with:
8
path: ~/.cache/deno
9
key: deno-${{ github.job }}-${{ runner.os }}-${{ hashFiles('deno.lock') }}
0 commit comments