Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps the actions group with 2 updates: prefix-dev/setup-pixi and astral-sh/setup-uv.

Updates prefix-dev/setup-pixi from 0.8.10 to 0.8.14

Release notes

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

v0.8.14

What's Changed

✨ New features

Full Changelog: prefix-dev/setup-pixi@v0.8.13...v0.8.14

v0.8.13

What's Changed

✨ New features

🤷🏻 Other changes

Full Changelog: prefix-dev/setup-pixi@v0.8.12...v0.8.13

v0.8.12

What's Changed

🐛 Bug fixes

Full Changelog: prefix-dev/setup-pixi@v0.8.11...v0.8.12

v0.8.11

What's Changed

✨ New features

⬆️ Dependency updates

Full Changelog: prefix-dev/setup-pixi@v0.8.10...v0.8.11

Commits
  • 8ca4608 feat: Replace pixi-url-bearer-token by pixi-url-headers (#217)
  • b1ab8f2 feat: Add Support for Handlebars Templates in pixi-url (#213)
  • d7951c2 test: Skip tests with secrets on fork PRs (#216)
  • 4522f64 feat: Allow specifying inputs as environment variables (#214)
  • a8c5cac test: Enable failure tests (#215)
  • 307e5e5 fix: Multiple invokations of setup-pixi (#211)
  • 273e480 feat: Add pixi-url-bearer-token to authenticate when downloading from `pixi...
  • c690703 Bump softprops/action-gh-release from 2.2.2 to 2.3.2 in the gh-actions group ...
  • 29045c2 Bump the nodejs group with 7 updates (#208)
  • 2fd23d9 Reference latest Pixi version in README (#207)
  • See full diff in compare view

Updates astral-sh/setup-uv from 6.3.1 to 6.4.3

Release notes

Sourced from astral-sh/setup-uv's releases.

v6.4.3 🌈 fix relative paths starting with dots

🐛 Bug fixes

v6.4.2 🌈 Interpret relative inputs as under working-directory

Changes

This release will interpret relative paths in inputs as relative to the value of working-directory (default is ${{ github.workspace }}) . This means the following configuration

- uses: astral-sh/setup-uv@v6
   with:
     working-directory: /my/path
     cache-dependency-glob: uv.lock

will look for the cache-dependency-glob under /my/path/uv.lock

🐛 Bug fixes

🧰 Maintenance

v6.4.1 🌈 Hotfix: Ignore deps starting with uv when finding uv version

Changes

Thank you @​phpmypython for raising a PR to fix this issue!

🐛 Bug fixes

v6.4.0 🌈 Add input version-file

Changes

You can now use the version-file input to specify a file that contains the version of uv to install. This can either be a pyproject.toml or uv.toml file which defines a required-version or uv defined as a dependency in pyproject.toml or requirements.txt.

- name: Install uv based on the version defined in requirements.txt
  uses: astral-sh/setup-uv@v6
  with:
    version-file: "requirements.txt"
</tr></table> 

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 2 updates: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `prefix-dev/setup-pixi` from 0.8.10 to 0.8.14
- [Release notes](https://github.com/prefix-dev/setup-pixi/releases)
- [Commits](prefix-dev/setup-pixi@14c8aab...8ca4608)

Updates `astral-sh/setup-uv` from 6.3.1 to 6.4.3
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@bd01e18...e92bafb)

---
updated-dependencies:
- dependency-name: prefix-dev/setup-pixi
  dependency-version: 0.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 6.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@bsipocz bsipocz merged commit 50aa237 into main Aug 1, 2025
1 of 2 checks passed
@bsipocz bsipocz deleted the dependabot/github_actions/actions-c4e3256f2b branch August 1, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants