Skip to content

Commit 15ca28d

Browse files
chore(deps): update astral-sh/setup-uv action to v8.2.0 (#848)
1 parent 04c993c commit 15ca28d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/_checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python-version: ${{ env.PYTHON_VERSION }}
6363

6464
- name: Set up uv package manager
65-
uses: astral-sh/setup-uv@v8.1.0
65+
uses: astral-sh/setup-uv@v8.2.0
6666
with:
6767
python-version: ${{ env.PYTHON_VERSION }}
6868

@@ -118,7 +118,7 @@ jobs:
118118
python-version: ${{ matrix.python-version }}
119119

120120
- name: Set up uv package manager
121-
uses: astral-sh/setup-uv@v8.1.0
121+
uses: astral-sh/setup-uv@v8.2.0
122122
with:
123123
python-version: ${{ matrix.python-version }}
124124

@@ -152,7 +152,7 @@ jobs:
152152
uses: actions/checkout@v6
153153

154154
- name: Set up uv package manager
155-
uses: astral-sh/setup-uv@v8.1.0
155+
uses: astral-sh/setup-uv@v8.2.0
156156
with:
157157
python-version: "3.14"
158158

.github/workflows/manual_regenerate_models.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
9393

9494
- name: Set up uv
95-
uses: astral-sh/setup-uv@v8.1.0
95+
uses: astral-sh/setup-uv@v8.2.0
9696
with:
9797
python-version: "3.14"
9898

.github/workflows/manual_release_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python-version: ${{ env.PYTHON_VERSION }}
6666

6767
- name: Set up uv package manager
68-
uses: astral-sh/setup-uv@v8.1.0
68+
uses: astral-sh/setup-uv@v8.2.0
6969
with:
7070
python-version: ${{ env.PYTHON_VERSION }}
7171

.github/workflows/manual_version_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ${{ env.PYTHON_VERSION }}
6565

6666
- name: Set up uv package manager
67-
uses: astral-sh/setup-uv@v8.1.0
67+
uses: astral-sh/setup-uv@v8.2.0
6868
with:
6969
python-version: ${{ env.PYTHON_VERSION }}
7070

0 commit comments

Comments
 (0)