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

chore(deps): update astral-sh/setup-uv action to v4 #10529

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action major v3.2.4 -> v4.0.0

Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v4.0.0: 🌈 Fail when cache local path does not exist when trying to cache

Compare Source

🚨 Breaking change 🚨

By default, the action will now fail if caching is enabled but there is nothing to upload (the uv cache directory does not exist).
If you want to ignore this, set the ignore-nothing-to-cache input to true.

- name: Ignore nothing to cache
  uses: astral-sh/setup-uv@v3
  with:
    enable-cache: true
    ignore-nothing-to-cache: true

In previous releases only an error got logged when saving the cache failed. In most cases users did not realize something was wrong with their config.

image
Changes
🚨 Breaking changes
🐛 Bug fixes
📚 Documentation

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Issues or PRs related to dependencies label Nov 23, 2024
@github-actions github-actions bot added the ci Continuous Integration issues or PRs label Nov 23, 2024
@IndexSeek IndexSeek self-requested a review November 23, 2024 20:24
Copy link
Member

@IndexSeek IndexSeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are not encountering any issues with writing or restoring uv cache in actions. It seems that the uv cache directory exists in all cases.

@IndexSeek IndexSeek merged commit 506387a into main Nov 23, 2024
79 checks passed
@IndexSeek IndexSeek deleted the renovate/astral-sh-setup-uv-4.x branch November 23, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration issues or PRs dependencies Issues or PRs related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant