Bumps astral-sh/setup-uv from 5.2.2 to 5.3.1.
Release notesSourced from astral-sh/setup-uv's releases.
v5.3.1 🌈 - Fix issues with GHES and HTTP proxies
Changes
This release fixes some issues when this action was used behind a HTTP proxy or with GHES. If you have been seeing
ENOTFOUNDor timeout errors, this release should fix that.A huge thank you to everyone who helped investigating this and testing the fixes:
🐛 Bug fixes
- Always fall back to anonymous download
@eifinger(#304)🧰 Maintenance
- chore: update known checksums for 0.6.3 @github-actions[bot] (#300)
📚 Documentation
- 📚 Document automatically enabled cache on GitHub-hosted runners
@jerr0328(#302)⬆️ Dependency updates
- bump dependencies
@eifinger(#308)- Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 @dependabot[bot] (#299)
v5.3.0 🌈 Support MUSL, s390x and powerpc
In this release we add support for MUSL based systems. This is helpful if you are running your workflow inside a docker image based on alpine.
[!TIP] Please be aware that you have to make sure a python interpreter is already present (
apk add python3), see also https://docs.astral.sh/uv/concepts/python-versions/#cpython-distributions and astral-sh/uv#6890
@Zxillyalso added support for running this action on self-hosted runners using s390x and powerpc architectures. Thank you!This release also includes more debug logs which makes tracking down issues easier in the future.
🐛 Bug fixes
- Add more debug logs
@eifinger(#297)🚀 Enhancements
- Support OS using musl
@eifinger(#284)- feat: support s390x and powerpc
@Zxilly(#289)
... (truncated)
Commitsf94ec6bbump dependencies (#308)0313224Always fall back to anonymous download (#304)754a7d4📚 Document automatically enabled cache on GitHub-hosted runners (#302)b498c74chore: update known checksums for 0.6.3 (#300)b9ef7bdBump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#299)1edb525Add more debug logs (#297)a4fbf7bAdd FAQ on resolution strategy and cache not found warnings (#296)c122541chore: update known checksums for 0.6.2 (#295)7c47ef9chore: update known checksums for 0.6.1 (#293)e2e9087Support OS using musl (#284)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)