Skip to content

Bump prefix-dev/setup-pixi from 0.9.6 to 0.10.2 - #541

Merged
blooop merged 1 commit into
mainfrom
dependabot/github_actions/prefix-dev/setup-pixi-0.10.2
Sep 1, 2026
Merged

Bump prefix-dev/setup-pixi from 0.9.6 to 0.10.2#541
blooop merged 1 commit into
mainfrom
dependabot/github_actions/prefix-dev/setup-pixi-0.10.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps prefix-dev/setup-pixi from 0.9.6 to 0.10.2.

Release notes

Sourced from prefix-dev/setup-pixi's releases.

v0.10.2

What's Changed

✨ New features

Full Changelog: prefix-dev/setup-pixi@v0.10.1...v0.10.2

v0.10.1

What's Changed

⬆️ Dependency updates

🤷🏻 Other changes

New Contributors

Full Changelog: prefix-dev/setup-pixi@v0.10.0...v0.10.1

v0.10.0

What's Changed

💥 Breaking changes

⬆️ Dependency updates

New Contributors

Full Changelog: prefix-dev/setup-pixi@v0.9.6...v0.10.0

Commits
  • d3f436a feat: Add support for linux-riscv64 (#282)
  • f00437f Update dependencies and add pnpm workspace configuration (#279)
  • d0c199d chore(deps): bump the gh-actions group with 3 updates (#276)
  • 2253d9c chore(deps): bump the gh-actions group with 3 updates (#273)
  • c5359a3 chore(deps): bump the nodejs group with 6 updates (#274)
  • a09b624 feat: change post-cleanup default to false (#272)
  • 947fc1f chore(deps): bump the nodejs group with 6 updates (#269)
  • 36c1c8c chore(deps): bump the gh-actions group with 2 updates (#268)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.6 to 0.10.2.
- [Release notes](https://github.com/prefix-dev/setup-pixi/releases)
- [Commits](prefix-dev/setup-pixi@v0.9.6...v0.10.2)

---
updated-dependencies:
- dependency-name: prefix-dev/setup-pixi
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2026

@blooop blooop left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed against the one breaking change in this range. setup-pixi 0.10.0
changed the post-cleanup default from true to false
(prefix-dev/setup-pixi#272),
so the pixi environment now survives the job instead of being torn down at the
end.

That only bites a runner whose filesystem outlives the job. Every runs-on: in
this repository is GitHub-hosted and ephemeral — ubuntu-latest everywhere plus
ubuntu-24.04-arm in the devcontainer-prebuild matrix — so the environment
this no longer deletes is discarded with the VM either way. No self-hosted
runner to leak into.

The five call sites move together, and the three that pass cache: true/frozen: true keep doing so. ci, e2e, packaging, public-api, rust and
rust-coverage are all green on this head, which exercises three of the five.

@blooop
blooop merged commit 18fc602 into main Sep 1, 2026
17 of 19 checks passed
@blooop
blooop deleted the dependabot/github_actions/prefix-dev/setup-pixi-0.10.2 branch September 1, 2026 12:10
@blooop blooop mentioned this pull request Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant