Skip to content

Commit

Permalink
Merge pull request #5345 from tsparticles/renovate/pnpm-action-setup-4.x
Browse files Browse the repository at this point in the history
chore(deps): update pnpm/action-setup action to v4
  • Loading branch information
matteobruni committed May 11, 2024
2 parents 2892549 + 85a6b44 commit da060f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down

0 comments on commit da060f2

Please sign in to comment.