Skip to content

Commit ebab8e5

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

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
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v2
4141
- uses: volta-cli/action@v1
42-
- uses: actions/cache@v2
42+
- uses: actions/cache@v3
4343
with:
4444
path: '**/node_modules'
4545
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)