Skip to content

Commit

Permalink
chore(deps): update eifinger/setup-uv action to v3.2.2 (#1851)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eifinger/setup-uv](https://redirect.github.com/eifinger/setup-uv) |
action | patch | `v3.2.1` -> `v3.2.2` |

---

### Release Notes

<details>
<summary>eifinger/setup-uv (eifinger/setup-uv)</summary>

###
[`v3.2.2`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v3.2.2):
🌈 Avoid leftover files by using temp dir

[Compare
Source](https://redirect.github.com/eifinger/setup-uv/compare/v3.2.1...v3.2.2)

#### Changes

The previous release left over downloaded files.

#### πŸ› Bug fixes

- Avoid leftover files by using temp dir
[@&#8203;eifinger](https://redirect.github.com/eifinger)
([#&#8203;150](https://redirect.github.com/eifinger/setup-uv/issues/150))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
  • Loading branch information
nextest-bot authored Nov 6, 2024
1 parent cb67e45 commit c57535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install nextest for help text in docs
uses: taiki-e/install-action@nextest
- name: Install uv
uses: eifinger/setup-uv@a7e15805d229f8677c5ddf08590a8cb972658599 # v3.2.1
uses: eifinger/setup-uv@2e657c127d5b1635d5a8e3fa40e0ac50a5bf6992 # v3.2.2
with:
enable-cache: true
- name: Build rustdoc
Expand Down

0 comments on commit c57535b

Please sign in to comment.