Skip to content

Commit

Permalink
Update actions/cache action to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2022
1 parent 90714ba commit 5b2589f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache NPM
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.6
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache NPM
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.6
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 5b2589f

Please sign in to comment.