Skip to content

Commit

Permalink
chore(deps): bump pnpm/action-setup from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v3...v4)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent a4dc839 commit f3f08e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: 20

- name: Install Dependencies
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true
Expand All @@ -51,7 +51,7 @@ jobs:
node-version: 20

- name: Install Dependencies
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true
Expand All @@ -75,7 +75,7 @@ jobs:
node-version: 20

- name: Install Dependencies
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true
Expand Down

0 comments on commit f3f08e8

Please sign in to comment.