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 076973b commit 21420f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -43,7 +43,7 @@ jobs:
with:
version: 6.20.3
- 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 21420f7

Please sign in to comment.