Skip to content

Commit 890a924

Browse files
Merge pull request #603 from dylanfrankcom/update-env-manifest-workflow
Fix: Deprecated Action cache package version
2 parents 3f399a5 + 13e4ab3 commit 890a924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/env-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install npm v8
1919
run: |
2020
npm install -g npm@8
21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
with:
2323
path: ~/.npm
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)