Skip to content

Commit d1a59ee

Browse files
authored
Merge branch 'master' into remove-group-name-from-callback
2 parents 3313794 + 7c0b58d commit d1a59ee

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
python-version: "3.11"
5959
- name: Setup uv
60-
uses: astral-sh/setup-uv@v3
60+
uses: astral-sh/setup-uv@v4
6161
with:
6262
version: "0.4.15"
6363
enable-cache: true

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: "3.11"
3131
- name: Setup uv
32-
uses: astral-sh/setup-uv@v3
32+
uses: astral-sh/setup-uv@v4
3333
with:
3434
version: "0.4.15"
3535
enable-cache: true

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: '3.9'
2929
- name: Setup uv
30-
uses: astral-sh/setup-uv@v3
30+
uses: astral-sh/setup-uv@v4
3131
with:
3232
version: "0.4.15"
3333
enable-cache: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747
- name: Setup uv
48-
uses: astral-sh/setup-uv@v3
48+
uses: astral-sh/setup-uv@v4
4949
with:
5050
version: "0.4.15"
5151
enable-cache: true
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
python-version: '3.8'
8585
- name: Setup uv
86-
uses: astral-sh/setup-uv@v3
86+
uses: astral-sh/setup-uv@v4
8787
with:
8888
version: "0.4.15"
8989
enable-cache: true

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Internal
66

7+
* ⬆ Bump astral-sh/setup-uv from 3 to 4. PR [#1061](https://github.com/fastapi/typer/pull/1061) by [@dependabot[bot]](https://github.com/apps/dependabot).
78
*[pre-commit.ci] pre-commit autoupdate. PR [#1053](https://github.com/fastapi/typer/pull/1053) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
89

910
## 0.13.1

0 commit comments

Comments
 (0)