Skip to content

Commit

Permalink
Merge pull request #12 from cloudydeno/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
2 parents 655bd62 + 2f41225 commit b79ed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# "https" cache: code from the Internet
# External sources won't change much so we use less precise keys
- name: Cache https://
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/deno/deps/https
key: deno-https/v1-${{ github.sha }}
Expand Down

0 comments on commit b79ed4d

Please sign in to comment.