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

ci(actions): Bump eifinger/setup-rye from 1 to 3 #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps eifinger/setup-rye from 1 to 3.

Release notes

Sourced from eifinger/setup-rye's releases.

v3.0.2 🌈 update default version to 0.34.0

Changes

🐛 Bug fixes

v3.0.0 🌈 Faster default version

Faster default version

From this release on by default this action installs the rye version defined as default in action.yml. This gets automatically updated in a new release of this action when a new version of rye is released. If you don't want to wait for a new release of this action you can use use version: latest.

The thoughts behind this change:

  • Since the default is now a static version this means by default the tools cache can be used instead of always downloading latest. This will speed up self hosted runners and allows for further optimisation in the future
  • I fully automated everything that needs to be done to incorporate a new version of rye. The only thing I have to do is validate the automatically created PR and merge it. This gives me the confidence that the default version will never lack behind by more than a day.

If you still want to always download the latest version of rye you have to change your config to:

- name: Install a specific version
  uses: eifinger/setup-rye@v3
  with:
    version: 'latest'

New rye releases will trigger a patch release

From this release on new releases of rye will trigger a patch release of this action. Before it always triggered a feature release.

Before: 2.1.0->2.2.0

Now: 2.1.0->2.1.1

🚨 Breaking changes

v2.6.0 🌈 add known checksums for 0.33.0

Changes

add known checksums for 0.33.0

🚀 Enhancements

v2.5.2 🌈 Fix restoring rye global settings

Changes

... (truncated)

Commits
  • e62d893 chore: update checksums (#248)
  • 0f7b0d6 Set cache-hit to true if any cache key matched (#244)
  • e962bc7 chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.5.0 (#236)
  • 5f93e17 chore(deps-dev): bump @​types/node from 20.11.30 to 20.12.11 (#240)
  • 332f87e chore(deps): bump peter-evans/create-pull-request from 6.0.2 to 6.0.5 (#231)
  • 27b492e chore(deps-dev): bump typescript from 5.4.3 to 5.4.5 (#227)
  • d08d0de docs: Change "@​v2" to "@​v3" (#242)
  • d2d19e6 ci: better git diff output
  • 730c1d9 ci: Update patch version on new rye version
  • f7b7c50 feat: use automatically updated default version
  • Additional commits viewable 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 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 1 to 3.
- [Release notes](https://github.com/eifinger/setup-rye/releases)
- [Commits](eifinger/setup-rye@v1...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 1, 2024 15:00
@dependabot dependabot bot added the dependabot Updates by Dependabot label Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Updates by Dependabot
Development

Successfully merging this pull request may close these issues.

0 participants