Skip to content

Commit

Permalink
Fix workflow to use cache/v4
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgr committed Feb 18, 2025
1 parent 124ac68 commit ad088cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: cache deno installation and deno.land dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
key: ${{ runner.os }}-deno-${{ hashFiles('**/*') }}
restore-keys: ${{ runner.os }}-deno-
Expand Down

0 comments on commit ad088cb

Please sign in to comment.