Skip to content

Commit 1c80a82

Browse files
⬆️ Update actions/cache action to v4
1 parent bd93cb3 commit 1c80a82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/audit-and-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: "16.x"
1616

1717
- name: Cache node modules
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: node_modules
2121
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: "16.x"
2121

2222
- name: Cache node modules
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: node_modules
2626
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: "16.x"
1616

1717
- name: Cache node modules
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: node_modules
2121
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)