Skip to content

Commit 3edc78a

Browse files
authored
chore(deps): update eifinger/setup-uv action to v5.4.2 (#2292)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eifinger/setup-uv](https://redirect.github.com/eifinger/setup-uv) | action | patch | `v5.4.1` -> `v5.4.2` | --- ### Release Notes <details> <summary>eifinger/setup-uv (eifinger/setup-uv)</summary> ### [`v5.4.2`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v5.4.2): 🌈 Make sure uv installed by setup-uv is first in PATH [Compare Source](https://redirect.github.com/eifinger/setup-uv/compare/v5.4.1...v5.4.2) #### Changes This release fixes an issue on self-hosted runners. If you manually installed uv with version 0.5.0 or later this version would overwrite the uv version installed by this action. We now make sure the version installed by this action is the first found in PATH #### 🐛 Bug fixes - Make sure uv installed by setup-uv is first in PATH [@&#8203;eifinger](https://redirect.github.com/eifinger) ([#&#8203;373](https://redirect.github.com/eifinger/setup-uv/issues/373)) #### 🧰 Maintenance - chore: update known checksums for 0.6.14 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;366](https://redirect.github.com/eifinger/setup-uv/issues/366)) - chore: update known checksums for 0.6.13 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;365](https://redirect.github.com/eifinger/setup-uv/issues/365)) - chore: update known checksums for 0.6.12 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;362](https://redirect.github.com/eifinger/setup-uv/issues/362)) - chore: update known checksums for 0.6.11 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;357](https://redirect.github.com/eifinger/setup-uv/issues/357)) #### 📚 Documentation - Fix pep440 identifier instead of specifier [@&#8203;eifinger](https://redirect.github.com/eifinger) ([#&#8203;358](https://redirect.github.com/eifinger/setup-uv/issues/358)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 4fa6e73 commit 3edc78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install nextest for help text in docs
2727
uses: taiki-e/install-action@nextest
2828
- name: Install uv
29-
uses: eifinger/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
29+
uses: eifinger/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
3030
with:
3131
enable-cache: true
3232
- name: Build rustdoc

0 commit comments

Comments
 (0)