Skip to content

Commit

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

Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
github-actions[bot] authored Dec 6, 2024
2 parents 4e5221b + 1179355 commit ade0442
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.2
uses: actions/cache@v4.2.0
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit ade0442

Please sign in to comment.