Skip to content

Commit 12c4302

Browse files
dependabot[bot]kdeldycke
authored andcommitted
Bump astral-sh/setup-uv from 7.1.6 to 7.2.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.6 to 7.2.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.1.6...v7.2.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08ef463 commit 12c4302

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/autofix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-slim
1515
steps:
1616
- uses: actions/checkout@v6.0.1
17-
- uses: astral-sh/setup-uv@v7.1.6
17+
- uses: astral-sh/setup-uv@v7.2.0
1818
- name: Update readme
1919
run: >
2020
uv --no-progress run --frozen --

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-slim
1313
steps:
1414
- uses: actions/checkout@v6.0.1
15-
- uses: astral-sh/setup-uv@v7.1.6
15+
- uses: astral-sh/setup-uv@v7.2.0
1616
- name: Generate labels
1717
run: >
1818
uv --no-progress run --frozen --all-extras --

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ jobs:
435435
choco install steamcmd --no-progress --yes
436436
437437
- name: Install UV
438-
uses: astral-sh/setup-uv@v7.1.6
438+
uses: astral-sh/setup-uv@v7.2.0
439439
- name: Install Python ${{ matrix.python-version }}
440440
# If UV cannot find the requested Python version, it exits with code 2, which let the job pass unnoticed on
441441
# Windows. So we force the shell to bash, even on Windows, and "set -e" to ensure any error in the install
@@ -636,7 +636,7 @@ jobs:
636636
- windows-2025 # x86
637637
runs-on: ${{ matrix.os }}
638638
steps:
639-
- uses: astral-sh/setup-uv@v7.1.6
639+
- uses: astral-sh/setup-uv@v7.2.0
640640
with:
641641
# windows-2025 runners have only Python 3.9 installed.
642642
python-version: ${{ matrix.os == 'windows-2025' && '3.10' || ''}}

0 commit comments

Comments
 (0)