Skip to content

Commit

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

build(deps): bump actions/cache from 3.3.2 to 3.3.3
  • Loading branch information
rasmusbe committed Jan 11, 2024
2 parents d2a9114 + 64bd284 commit 35976cb
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.2
- uses: actions/cache@v3.3.3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 35976cb

Please sign in to comment.