Skip to content

Commit 0aa42b4

Browse files
authored
Merge pull request #30 from tsparticles/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 2fe98a8 + 3e72a12 commit 0aa42b4

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 }}
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
7575
76-
- uses: actions/cache@v3
76+
- uses: actions/cache@v4
7777
name: Setup pnpm cache
7878
with:
7979
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

0 commit comments

Comments
 (0)