Skip to content

Commit f454ba2

Browse files
committed
chore(deps): update actions/cache action to v3
1 parent cd694e2 commit f454ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v2
4040
- uses: volta-cli/action@v1
41-
- uses: actions/cache@v2
41+
- uses: actions/cache@v3
4242
with:
4343
path: '**/node_modules'
4444
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)