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 committed Feb 12, 2022
1 parent 9b4034f commit 960bdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '16.x'

- name: Cache dependecies Node
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 960bdc5

Please sign in to comment.