Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 987e364

Browse files
chore(deps): update actions/cache action to v4
1 parent 9c84391 commit 987e364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: "18.x"
2020

2121
- name: Restore cached modules
22-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
22+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
2323
id: cache-packages
2424
with:
2525
path: node_modules

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: "18.x"
2020

2121
- name: Restore cached modules
22-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
22+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
2323
id: cache-packages
2424
with:
2525
path: node_modules

0 commit comments

Comments
 (0)