Skip to content

Commit 60a1589

Browse files
chore(deps): update actions/cache action to v3 (#61)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 7f6ac2e commit 60a1589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: 16.2.0
1515

1616
- name: Cache Node.js modules
17-
uses: actions/cache@v1
17+
uses: actions/cache@v3
1818
with:
1919
path: ~/.yarn
2020
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)