Skip to content

Commit eeee162

Browse files
authored
Merge branch 'main' into dev
2 parents b793f12 + ca9675d commit eeee162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
3737
38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
name: Setup pnpm cache
4040
with:
4141
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
7474
75-
- uses: actions/cache@v3
75+
- uses: actions/cache@v4
7676
name: Setup pnpm cache
7777
with:
7878
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

0 commit comments

Comments
 (0)