Skip to content

chore(github-actions): bump eifinger/setup-rye from 3 to 4#26

Merged
a5chin merged 1 commit into
mainfrom
dependabot/github_actions/eifinger/setup-rye-4
Jul 9, 2024
Merged

chore(github-actions): bump eifinger/setup-rye from 3 to 4#26
a5chin merged 1 commit into
mainfrom
dependabot/github_actions/eifinger/setup-rye-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 5, 2024

Bumps eifinger/setup-rye from 3 to 4.

Release notes

Sourced from eifinger/setup-rye's releases.

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

🚀 Enhancements

⬆️ Dependency updates

v3.0.3 🌈 update default version to 0.35.0

Changes

🐛 Bug fixes

⬆️ Dependency updates

v3.0.2 🌈 update default version to 0.34.0

Changes

🐛 Bug fixes

v3.0.1 🌈 Set cache-hit to true if any cache key matched

Changes

... (truncated)

Commits
  • 3106e80 Update dependencies (#288)
  • 2f84df7 Check for wrong venv path in cache (#287)
  • 128f1f6 Remove duplicate message on local cache miss (#285)
  • 8cb6833 Do not create config backup on restore
  • c5f9dab Overwrite the cached venv path in rye-venv.json
  • 062a31d Only save cache when run succeeded
  • d5ce775 Remove obsolete test for uv enabled
  • 957d97b Distinguish cache and tools-cache in log message (#282)
  • See full diff 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 3 to 4.
- [Release notes](https://github.com/eifinger/setup-rye/releases)
- [Commits](eifinger/setup-rye@v3...v4)

---
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 Jul 5, 2024
@a5chin a5chin merged commit 11d66ea into main Jul 9, 2024
@dependabot dependabot Bot deleted the dependabot/github_actions/eifinger/setup-rye-4 branch July 9, 2024 02:54
@a5chin a5chin restored the dependabot/github_actions/eifinger/setup-rye-4 branch July 9, 2024 02:55
@a5chin a5chin deleted the dependabot/github_actions/eifinger/setup-rye-4 branch July 9, 2024 02:58
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