Skip to content

Commit

Permalink
chore(deps): update eifinger/setup-uv action to v3.2.1 (#1849)
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.0` -> `v3.2.1` |

---

### Release Notes

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

###
[`v3.2.1`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v3.2.1):
🌈 Fix extracting with old PowerShell versions

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

#### Changes

Old PowerShell versions (5.1) have a problem with extracting files
without the `.zip` extension. To fix that we now make sure the extension
is part of the filename.

#### πŸ› Bug fixes

- add archive extension to downloaded assets
[@&#8203;eifinger](https://redirect.github.com/eifinger)
([#&#8203;148](https://redirect.github.com/eifinger/setup-uv/issues/148))

#### 🧰 Maintenance

- chore: update known checksums for 0.4.30
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;145](https://redirect.github.com/eifinger/setup-uv/issues/145))
- chore: update known checksums for 0.4.29
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;140](https://redirect.github.com/eifinger/setup-uv/issues/140))
- chore: update known checksums for 0.4.28
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;136](https://redirect.github.com/eifinger/setup-uv/issues/136))

#### ⬆️ Dependency updates

- Bump
[@&#8203;actions/cache](https://redirect.github.com/actions/cache) from
3.2.4 to 3.3.0
[@&#8203;dependabot](https://redirect.github.com/dependabot)
([#&#8203;143](https://redirect.github.com/eifinger/setup-uv/issues/143))
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
22.8.6 to 22.9.0
[@&#8203;dependabot](https://redirect.github.com/dependabot)
([#&#8203;146](https://redirect.github.com/eifinger/setup-uv/issues/146))
- Bump [@&#8203;types/node](https://redirect.github.com/types/node) from
22.7.9 to 22.8.6
[@&#8203;dependabot](https://redirect.github.com/dependabot)
([#&#8203;142](https://redirect.github.com/eifinger/setup-uv/issues/142))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yLjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
  • Loading branch information
nextest-bot authored Nov 6, 2024
1 parent 16bccbc commit cb67e45
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@3b9817b1bf26186f03ab8277bab9b827ea5cc254 # v3.2.0
uses: eifinger/setup-uv@a7e15805d229f8677c5ddf08590a8cb972658599 # v3.2.1
with:
enable-cache: true
- name: Build rustdoc
Expand Down

0 comments on commit cb67e45

Please sign in to comment.