Skip to content

Commit

Permalink
Update astral-sh/setup-uv action to v3 (#267)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) |
action | major | `v1` -> `v3` |

---

### Release Notes

<details>
<summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary>

###
[`v3`](https://redirect.github.com/astral-sh/setup-uv/compare/v2...v3)

[Compare
Source](https://redirect.github.com/astral-sh/setup-uv/compare/v2...v3)

###
[`v2`](https://redirect.github.com/astral-sh/setup-uv/compare/v1...v2)

[Compare
Source](https://redirect.github.com/astral-sh/setup-uv/compare/v1...v2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every 3 months on the first day of
the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/AlexWaygood/typeshed-stats).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 47a0ab2 commit 15600e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: "3.12"
- name: Install uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
version: "latest"
- run: uv pip install build --system
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regen-examples-and-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: astral-sh/setup-uv@v1
- uses: astral-sh/setup-uv@v3
with:
version: "latest"
- run: uv pip install -e .[dev] --system
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: astral-sh/setup-uv@v1
- uses: astral-sh/setup-uv@v3
with:
version: "latest"
- run: uv pip install -e .[dev] --system
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
version: "latest"
- name: Run tests under coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v1
- uses: astral-sh/setup-uv@v3
with:
version: "latest"
- run: uv run --python=3.11 --extra=dev mypy
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: astral-sh/setup-uv@v1
- uses: astral-sh/setup-uv@v3
with:
version: "latest"
- run: uv pip install -e ".[dev]" --system
Expand Down

0 comments on commit 15600e1

Please sign in to comment.