Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eifinger/setup-rye from 3.0.2 to 4.2.1 #227

Merged
merged 3 commits into from
Aug 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps eifinger/setup-rye from 3.0.2 to 4.2.1.

Release notes

Sourced from eifinger/setup-rye's releases.

v4.2.0 🌈 Automatic RYE_TOOLCHAIN_VERSION

This release will look for your .python-version file to determine what toolchain version to install e.g. cpython@3.12.3. This will prevent installing the default toolchain of the rye release and later installing another toolchain when calling rye sync.

tl;dr: This release makes runs on GitHub hosted runners 2-3s faster 🚤

Changes

🚀 Enhancements

v4.1.0 🌈 Windows support 🪟

Thanks to the first community contribution we now also support Windows runners.

Thank you @​he0119 !

Changes

🚀 Enhancements

v4.0.2 🌈 Prevent Post setup-rye taking forever

Changes

🐛 Bug fixes

  • Explicitly exit after this action runs to not wait for hanging promises @​eifinger (#294)

v4.0.0 🌈

This release fixes some issues that led to the creation and use of corrupted caches.

For reasons explained in #283 this action always saved the cache after each run. Now the cache is only uploaded when the whole run is a success which should prevent the upload of .venv which is not fully populated and/or corrupted.

Moreover after a successful cache restore we now check if the restored .venv was created in the exact same path as the current path. If this is not the case it can lead to undefined behavior as explained in #287. Therefore we now discard the cache in this case and do not set the cache-hit output to true.

Changes

🚨 Breaking changes

🐛 Bug fixes

... (truncated)

Commits

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 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 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 [eifinger/setup-rye](https://github.com/eifinger/setup-rye) from 3.0.2 to 4.2.1.
- [Release notes](https://github.com/eifinger/setup-rye/releases)
- [Commits](eifinger/setup-rye@v3.0.2...v4.2.1)

---
updated-dependencies:
- dependency-name: eifinger/setup-rye
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 1, 2024
@schobbejak schobbejak changed the base branch from main to v4.1.0 August 11, 2024 12:40
@schobbejak schobbejak requested a review from a team as a code owner August 11, 2024 12:40
@schobbejak schobbejak merged commit 7197df6 into v4.1.0 Aug 11, 2024
3 checks passed
@schobbejak schobbejak deleted the dependabot/github_actions/eifinger/setup-rye-4.2.1 branch August 11, 2024 13:28
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