Skip to content

Commit

Permalink
Merge pull request #206 from permafrost-dev/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-3.3.2

Bump actions/cache from 3.0.11 to 3.3.2
  • Loading branch information
patinthehat authored Oct 11, 2024
2 parents 09217f6 + c70bf06 commit 74599a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache dependencies
uses: actions/cache@v3.0.11
uses: actions/cache@v3.3.2
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 74599a7

Please sign in to comment.