Skip to content

Commit 59ef1b7

Browse files
authored
Merge pull request #78 from tsparticles/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 12dd7db + 5cda6bc commit 59ef1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
4747
48-
- uses: actions/cache@v3
48+
- uses: actions/cache@v4
4949
name: Setup pnpm cache
5050
with:
5151
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -87,7 +87,7 @@ jobs:
8787
run: |
8888
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
8989
90-
- uses: actions/cache@v3
90+
- uses: actions/cache@v4
9191
name: Setup pnpm cache
9292
with:
9393
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

0 commit comments

Comments
 (0)