Skip to content

Commit c187725

Browse files
authored
Merge pull request #298 from h5bp/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 97576dc + 38ed8da commit c187725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: npm-cache
1818
run: |
1919
echo "::set-output name=dir::$(npm config get cache)"
20-
- uses: actions/cache@v3
20+
- uses: actions/cache@v4
2121
with:
2222
path: ${{ steps.npm-cache.outputs.dir }}
2323
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)