Skip to content

Commit

Permalink
Merge pull request #263 from wp-pot/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3.3.2

build(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
rasmusbe committed Sep 8, 2023
2 parents f1141e5 + 27ea20d commit 33fc054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 33fc054

Please sign in to comment.