-
-
Notifications
You must be signed in to change notification settings - Fork 124
Update GitHub Actions #1296
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
Merged
Merged
Update GitHub Actions #1296
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1296 +/- ##
=======================================
Coverage 90.00% 90.00%
=======================================
Files 80 80
Lines 15881 15881
=======================================
Hits 14293 14293
Misses 1588 1588 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📦 Cargo Bloat ComparisonBinary size change: +0.00% (16.7 MiB → 16.7 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
ba5895d to
9dfda05
Compare
9dfda05 to
10906cc
Compare
10906cc to
4a43a15
Compare
4a43a15 to
da25451
Compare
da25451 to
72c879b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.0.0→v6.0.1v6.0.0→v6.1.0v7.1.4→v7.1.6v5.5.1→v5.5.2v3.11.1→v3.12.0v1.268.0→v1.274.0v1.278.0(+3)v2.63.3→v2.65.0v2.65.12(+11)Release Notes
actions/checkout (actions/checkout)
v6.0.1Compare Source
actions/setup-node (actions/setup-node)
v6.1.0Compare Source
What's Changed
Enhancement:
Dependency updates:
Documentation update:
Full Changelog: actions/setup-node@v6...v6.1.0
astral-sh/setup-uv (astral-sh/setup-uv)
v7.1.6: 🌈 add OS version to cache key to prevent binary incompatibilityCompare Source
Changes
This release will invalidate your cache existing keys!
The os version e.g.
ubuntu-22.04is now part of the cache key. This prevents failing builds when a cache got populated with wheels built with different tools (e.g. glibc) than are present on the runner where the cache got restored.🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates
v7.1.5: 🌈 allow settingcache-local-pathwithoutenable-cache: trueCompare Source
Changes
#612 fixed a faulty behavior where this action set
UV_CACHE_DIReven thoughenable-cachewasfalse. It also fixed the cases were the cache dir is already configured in a settings file likepyproject.tomlorUV_CACHE_DIRwas already set. Here the action shouldn't overwrite or setUV_CACHE_DIR.These fixes introduced an unwanted behavior: You can still set
cache-local-pathbut this action didn't do anything. This release fixes that.You can now use
cache-local-pathto automatically setUV_CACHE_DIReven whenenable-cacheisfalse(or gets set to false by default e.g. on self-hosted runners)🐛 Bug fixes
🧰 Maintenance
npm ci --ignore-scriptseverywhere @woodruffw (#699)⬆️ Dependency updates
codecov/codecov-action (codecov/codecov-action)
v5.5.2Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2
docker/setup-buildx-action (docker/setup-buildx-action)
v3.12.0Compare Source
installinput by @crazy-max in #455Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0
ruby/setup-ruby (ruby/setup-ruby)
v1.274.0Compare Source
What's Changed
New Contributors
Full Changelog: ruby/setup-ruby@v1.273.0...v1.274.0
v1.273.0Compare Source
What's Changed
Full Changelog: ruby/setup-ruby@v1.272.0...v1.273.0
v1.272.0Compare Source
What's Changed
Full Changelog: ruby/setup-ruby@v1.271.0...v1.272.0
v1.271.0Compare Source
What's Changed
Full Changelog: ruby/setup-ruby@v1.270.0...v1.271.0
v1.270.0Compare Source
What's Changed
Full Changelog: ruby/setup-ruby@v1.269.0...v1.270.0
v1.269.0Compare Source
What's Changed
Full Changelog: ruby/setup-ruby@v1.268.0...v1.269.0
taiki-e/install-action (taiki-e/install-action)
v2.65.0Compare Source
Initial release
Configuration
📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.