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
feat: use automatically updated default version @eifinger (#241)
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 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 from 2 to 3.
Release notes
Sourced from eifinger/setup-rye's releases.
... (truncated)
Commits
d2d19e6
ci: better git diff output730c1d9
ci: Update patch version on new rye versionf7b7c50
feat: use automatically updated default versionDependabot 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