Skip to content

Commit 632500c

Browse files
fix(ci): fix actions for development pipline
1 parent e9aa34f commit 632500c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-node@v3
3737
with:
3838
node-version: '16.15.1'
39-
- uses: actions/cache@v2
39+
- uses: actions/cache@v3
4040
id: cache
4141
with:
4242
path: ${{ env.CACHE_NODE_MODULES_PATH }}
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
path: ${{ env.CACHE_NODE_MODULES_PATH }}
5656
key: node_modules-${{ hashFiles('**/package-lock.json') }}
57-
- uses: actions/cache@v2
57+
- uses: actions/cache@v3
5858
with:
5959
path: ${{ env.CACHE_DIST_PATH }}
6060
key: dist-${{ github.run_id }}

0 commit comments

Comments
 (0)