Skip to content

Commit

Permalink
Merge pull request #554 from fobo66/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v3.2.4
  • Loading branch information
fobo66 authored Jan 31, 2023
2 parents cbc5644 + b0d0242 commit dd242d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: node_modules
Expand Down

0 comments on commit dd242d0

Please sign in to comment.