Skip to content

Commit 50a413a

Browse files
Update github-actions (#271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fedf432 commit 50a413a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: "3.x"
2323

2424
- name: Install uv
25-
uses: astral-sh/setup-uv@v6
25+
uses: astral-sh/setup-uv@v7
2626

2727
- name: Docs
2828
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
with:
3333
python-version: "3.x"
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@v6
35+
uses: astral-sh/setup-uv@v7
3636
- name: Mypy
3737
run: uvx --with tox-uv tox -e mypy

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Download packages built by build-and-inspect-python-package
56-
uses: actions/download-artifact@v5
56+
uses: actions/download-artifact@v6
5757
with:
5858
name: Packages
5959
path: dist
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Download packages built by build-and-inspect-python-package
80-
uses: actions/download-artifact@v5
80+
uses: actions/download-artifact@v6
8181
with:
8282
name: Packages
8383
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
brew install gettext
5353
5454
- name: Install uv
55-
uses: astral-sh/setup-uv@v6
55+
uses: astral-sh/setup-uv@v7
5656

5757
- name: Generate translation binaries
5858
run: |

0 commit comments

Comments
 (0)