Skip to content

Commit 45143aa

Browse files
authored
Update validate.yaml
1 parent a42f4bf commit 45143aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/setup-node@v4
6060
with:
6161
node-version: "18"
62-
- uses: actions/cache@v3
62+
- uses: actions/cache@v4
6363
with:
6464
path: |
6565
node_modules
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/setup-node@v4
8080
with:
8181
node-version: "18"
82-
- uses: actions/cache@v3
82+
- uses: actions/cache@v4
8383
with:
8484
path: |
8585
node_modules

0 commit comments

Comments
 (0)