Skip to content

Commit

Permalink
Update cache action version
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutten committed Jul 9, 2024
1 parent 39b06fd commit 673096e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache NPM packages
uses: actions/cache@v2
uses: actions/cache@v4
id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
Expand Down

0 comments on commit 673096e

Please sign in to comment.