Skip to content

Commit

Permalink
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] <support@github.com>
dependabot[bot] authored May 13, 2024
1 parent 0cad3a0 commit 6d9e55b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
- uses: "actions/setup-node@v4"
with:
node-version-file: ".nvmrc"
- uses: "pnpm/action-setup@v3"
- uses: "pnpm/action-setup@v4"
- name: Get pnpm store directory
shell: bash
run: |
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
- uses: "actions/setup-node@v4"
with:
node-version-file: ".nvmrc"
- uses: "pnpm/action-setup@v3"
- uses: "pnpm/action-setup@v4"
- name: Get pnpm store directory
shell: bash
run: |

0 comments on commit 6d9e55b

Please sign in to comment.