Skip to content

Commit ca9675d

Browse files
authored
Merge pull request #35 from tsparticles/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents e06843b + 5b33c4b commit ca9675d

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)