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

Commit 61e9404

Browse files
chore(deps): update actions/cache action to v4
1 parent a76eb56 commit 61e9404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
2323
id: cache-packages
2424
with:
2525
path: node_modules

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
2323
id: cache-packages
2424
with:
2525
path: node_modules

0 commit comments

Comments
 (0)