We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 655bd62 + 2f41225 commit b79ed4dCopy full SHA for b79ed4d
.github/workflows/deno-ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
# "https" cache: code from the Internet
32
# External sources won't change much so we use less precise keys
33
- name: Cache https://
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: ~/.cache/deno/deps/https
37
key: deno-https/v1-${{ github.sha }}
0 commit comments