Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.0.0 to 4.0.1 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 4e5e39c commit bf4adf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:

- name: Cache Deno dependencies
id: cache-deno
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
key: ${{ hashFiles(inputs.deno-lock-path) }}
path: ${{ env.DENO_DIR }}
Expand Down

0 comments on commit bf4adf4

Please sign in to comment.