Skip to content

Commit bb20cc6

Browse files
chore(deps): update astral-sh/setup-uv action to v8.3.1
1 parent 2b15b93 commit bb20cc6

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
@@ -63,7 +63,7 @@ jobs:
6363
python-version: ${{ env.PYTHON_VERSION }}
6464

6565
- name: Set up uv package manager
66-
uses: astral-sh/setup-uv@v8.3.0
66+
uses: astral-sh/setup-uv@v8.3.1
6767
with:
6868
python-version: ${{ env.PYTHON_VERSION }}
6969

@@ -199,7 +199,7 @@ jobs:
199199
python-version: ${{ matrix.python-version }}
200200

201201
- name: Set up uv package manager
202-
uses: astral-sh/setup-uv@v8.3.0
202+
uses: astral-sh/setup-uv@v8.3.1
203203
with:
204204
python-version: ${{ matrix.python-version }}
205205

@@ -233,7 +233,7 @@ jobs:
233233
uses: actions/checkout@v7
234234

235235
- name: Set up uv package manager
236-
uses: astral-sh/setup-uv@v8.3.0
236+
uses: astral-sh/setup-uv@v8.3.1
237237
with:
238238
python-version: "3.14"
239239

.github/workflows/manual_regenerate_models.yaml

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

123123
- name: Set up uv
124-
uses: astral-sh/setup-uv@v8.3.0
124+
uses: astral-sh/setup-uv@v8.3.1
125125
with:
126126
python-version: "3.14"
127127

.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.3.0
68+
uses: astral-sh/setup-uv@v8.3.1
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.3.0
67+
uses: astral-sh/setup-uv@v8.3.1
6868
with:
6969
python-version: ${{ env.PYTHON_VERSION }}
7070

0 commit comments

Comments
 (0)