Browse Source

build(deps): bump pnpm/action-setup from 4 to 5 (#2570)

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2573/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
e9f4b4650b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/lint.yml

4
.github/workflows/lint.yml

@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v5
name: Install pnpm
with:
run_install: false
@ -49,7 +49,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v5
name: Install pnpm
with:
run_install: false

Loading…
Cancel
Save