Skip to content

Commit 526b132

Browse files
committed
update actions no-deploy-lib
1 parent f9bbc6c commit 526b132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-node@v1
4242
with:
4343
node-version: 20.18.1
44-
- uses: actions/cache@v1
44+
- uses: actions/cache@v3
4545
id: cache-modules
4646
with:
4747
path: node_modules
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/setup-node@v1
6868
with:
6969
node-version: 20.18.1
70-
- uses: actions/cache@v1
70+
- uses: actions/cache@v3
7171
id: cache-modules
7272
with:
7373
path: src-demo/node_modules

0 commit comments

Comments
 (0)