Skip to content

Commit

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

Bump actions/cache from 4.1.0 to 4.1.1
  • Loading branch information
github-actions[bot] authored Oct 9, 2024
2 parents c0e64b1 + ab64d94 commit 8f0ac02
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 @@ -33,7 +33,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache dependencies
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 8f0ac02

Please sign in to comment.