Skip to content

Commit 3b542f4

Browse files
authored
Merge pull request #279 from h5bp/dependabot/github_actions/actions/cache-3
2 parents f9962c0 + faad89c commit 3b542f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: npm-cache
1919
run: |
2020
echo "::set-output name=dir::$(npm config get cache)"
21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v3
2222
with:
2323
path: ${{ steps.npm-cache.outputs.dir }}
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: npm-cache
1616
run: |
1717
echo "::set-output name=dir::$(npm config get cache)"
18-
- uses: actions/cache@v2
18+
- uses: actions/cache@v3
1919
with:
2020
path: ${{ steps.npm-cache.outputs.dir }}
2121
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)