eifinger / hass-fressnapf-tracker

Homeassistant Custom Component for Fressnapf Trackers
MIT License
9 stars 2 forks source link

chore(deps): bump eifinger/setup-rye from 1 to 2 #44

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps eifinger/setup-rye from 1 to 2.

Release notes

Sourced from eifinger/setup-rye's releases.

v2.0.0 🌈 RYE_HOME is now located in the parent of the repository root

Changes

RYE_HOME (.rye) is now located in the parent of the repository root. The previous location in the repository root confused tools like rye fmt

🚨 Breaking changes

  • The cache will always be saved, even if the workflow failed @​eifinger (#194)

🐛 Bug fixes

v1.17.0 🌈 Even more speed with caches

Changes

When using the cache this release will speed up runs on hosted runners because the .rye directory is now also cached.

The OS version was removed as an ingredient for constructing the cache key. This especially fixes issues with macos14 where runners alternated between version 14.3.1 and 14.2.1. Since rye is Operating system version independent we don't need to be strict.

🐛 Bug fixes

🚀 Enhancements

⬆️ Dependency updates

v1.16.2 🌈 Fix broken caches

Changes

This will invalidate all caches because v1.16.1 does not work with old caches but fails with hard to understand errors.

🐛 Bug fixes

v1.16.1 🌈 Always set RYE_HOME

Changes

If rye was found in the tools cache of hosted runners RYE_HOME was not set. That led to the creation of the .rye folder in the user home.

🐛 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 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)