Skip to content

Commit 49a4e39

Browse files
renovate[bot]dkropachev
authored andcommitted
chore(deps): update astral-sh/setup-uv action to v7
1 parent 22f3e33 commit 49a4e39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: sudo apt-get install libev4 libev-dev
5151

5252
- name: Install uv
53-
uses: astral-sh/setup-uv@v6
53+
uses: astral-sh/setup-uv@v7
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

.github/workflows/lib-build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "CIBW_BEFORE_TEST_WINDOWS=(exit 0)" >> $GITHUB_ENV;
105105
106106
- name: Install uv
107-
uses: astral-sh/setup-uv@v6
107+
uses: astral-sh/setup-uv@v7
108108
with:
109109
python-version: ${{ inputs.python-version }}
110110

@@ -167,7 +167,7 @@ jobs:
167167
- uses: actions/checkout@v5
168168

169169
- name: Install uv
170-
uses: astral-sh/setup-uv@v6
170+
uses: astral-sh/setup-uv@v7
171171
with:
172172
python-version: ${{ inputs.python-version }}
173173

0 commit comments

Comments
 (0)