From c57535b0b8d3495a80737815bb41d2d148a41cc4 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 6 Nov 2024 05:01:14 -0800 Subject: [PATCH] chore(deps): update eifinger/setup-uv action to v3.2.2 (#1851) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
eifinger/setup-uv (eifinger/setup-uv) ### [`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 [@​eifinger](https://redirect.github.com/eifinger) ([#​150](https://redirect.github.com/eifinger/setup-uv/issues/150))
--- ### 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. --- - [ ] 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). --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8edbf88bb71..40c6ec71e7f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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