Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed Oct 28, 2020
1 parent 93d3450 commit d20af94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Restore Dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{matrix.node-version}}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit d20af94

Please sign in to comment.