Skip to content

Commit

Permalink
Update actions/cache action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 21, 2021
1 parent a963002 commit 6943371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Cache .pnpm-store # From https://pnpm.io/continuous-integration
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit 6943371

Please sign in to comment.