Skip to content

Commit

Permalink
ci(deps): bump actions/cache from 4.0.1 to 4.0.2 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 27, 2024
1 parent bf4adf4 commit 2b6f79d
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/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
key: ${{ hashFiles(inputs.deno-lock-path) }}
path: ${{ env.DENO_DIR }}
Expand Down

0 comments on commit 2b6f79d

Please sign in to comment.