build(deps): bump pnpm/action-setup from 4 to 5#96
build(deps): bump pnpm/action-setup from 4 to 5#96dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
089c180 to
421135b
Compare
ffaa6a6 to
ed4dd3e
Compare
ed4dd3e to
404880c
Compare
|
|
||
| - name: Install pnpm | ||
| uses: pnpm/action-setup@v4 | ||
| uses: pnpm/action-setup@v6 |
There was a problem hiding this comment.
🔴 pnpm/action-setup bumped to non-existent v6 instead of v5
The commit message (generated by Dependabot) explicitly states "bump pnpm/action-setup from 4 to 5" and links to the v4...v5 comparison, but the actual code change sets pnpm/action-setup@v6 instead of @v5. The v6 tag almost certainly does not exist on the pnpm/action-setup repository, which will cause the workflow to fail at the "Install pnpm" step on every frontend deploy. The rest of the repo already uses v5 — the shared composite action at .github/actions/setup-node-pnpm/action.yml:7 pins to pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0.
| uses: pnpm/action-setup@v6 | |
| uses: pnpm/action-setup@v5 |
Was this helpful? React with 👍 or 👎 to provide feedback.
f7ada68 to
5b930ab
Compare
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@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] <support@github.com>
5b930ab to
cac7dbc
Compare
Bumps pnpm/action-setup from 4 to 5.
Release notes
Sourced from pnpm/action-setup's releases.
Commits
fc06bc1feat!: run the action on Node.js 24 (#205)