Skip to content

Commit 9a07cbf

Browse files
MAINT: Bump astral-sh/setup-uv from 8.2.0 to 8.3.2 in the minor-and-patch group (microsoft#2201)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94c9544 commit 9a07cbf

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pre-commit-${{ runner.os }}-
5353
5454
- name: Install uv
55-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
55+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
5656
with:
5757
# Install a specific version of uv.
5858
version: "0.9.17"
@@ -104,7 +104,7 @@ jobs:
104104
python-version: ${{ matrix.python }}
105105

106106
- name: Install uv
107-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
107+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
108108
with:
109109
# Install a specific version of uv.
110110
version: "0.9.17"

.github/workflows/diff_cover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.12"
3333

3434
- name: Install uv
35-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
35+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3636
with:
3737
version: "0.9.17"
3838
enable-cache: true

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Install uv
128128
if: steps.cache.outputs.cache-hit != 'true'
129-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
129+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
130130
with:
131131
version: "0.9.17"
132132
enable-cache: true

.github/workflows/frontend_tests.yml

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

8585
- name: Install uv
86-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
86+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
8787
with:
8888
version: "0.9.17"
8989
enable-cache: true

0 commit comments

Comments
 (0)