Skip to content

Commit

Permalink
Merge pull request #14 from anantoghosh/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v3
  • Loading branch information
anantoghosh authored Apr 1, 2022
2 parents 8dbd6a5 + bc6888e commit d118e87
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:
with:
node-version: ${{ matrix.node-version }}
- name: Cache .pnpm-store
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit d118e87

Please sign in to comment.