Skip to content

Commit a42d4df

Browse files
authored
Merge pull request #44 from tsparticles/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 2098a5a + f7a1b3d commit a42d4df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
4949
50-
- uses: actions/cache@v3
50+
- uses: actions/cache@v4
5151
name: Setup pnpm cache
5252
with:
5353
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
9191
92-
- uses: actions/cache@v3
92+
- uses: actions/cache@v4
9393
name: Setup pnpm cache
9494
with:
9595
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

0 commit comments

Comments
 (0)