chore(deps): bump pnpm/action-setup from 6.0.8 to 6.0.9 - #9892
Conversation
c85be90 to
ff69ae8
Compare
|
@dependabot rebase |
ff69ae8 to
2a18d9b
Compare
|
@dependabot rebase |
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.8 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@0e279bb...0ebf471) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2a18d9b to
2bf3ecd
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 477d007aec
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| - name: Setup pnpm | ||
| uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 | ||
| uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 |
There was a problem hiding this comment.
Avoid v6.0.9 for pinned pnpm 10
This workflow pins version: 10.30.3, so pnpm/action-setup has to switch the v6.0.9 bootstrap pnpm 11.7.0 down to pnpm 10 before pnpm install. The v6.0.9 release introduced a reported regression in that self-update/version-switch path where pnpm 11.7.0 refuses unsigned pnpm 10 downloads with ERR_PNPM_PNPM_ENGINE_IDENTITY_MISMATCH, which blocks fresh GitHub-hosted runs of this publish workflow before the packages are built; keep the action on v6.0.8 or another fixed release until that upstream regression is resolved.
Useful? React with 👍 / 👎.
* main: fix: tolerate partial Responses output items (#10108) fix(databricks): always use OpenAI-compatible "parameters" for tools (#10101) fix(providers): unescape shell-escaped image paths (#10098) chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 in /documentation (#10107) regenerate schema (#10166) chore(deps): bump actions/stale from 10.1.1 to 10.3.0 (#10050) chore(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 (#10049) chore(deps): bump pnpm/action-setup from 6.0.8 to 6.0.9 (#9892) Update EmpirioLabs provider display name to EmpirioLabs AI (#10126) add declarative provider support to goose-providers crate (#9992) fix(desktop): seed mac auto-update config (#10132) Update release testing instructions (#10122)
Bumps pnpm/action-setup from 6.0.8 to 6.0.9.
Release notes
Sourced from pnpm/action-setup's releases.
Commits
0ebf471fix: update pnpm to v11.7.0 (#267)