Skip to content

Commit a355575

Browse files
MAINT: Bump astral-sh/setup-uv from 7.6.0 to 8.2.0 (#2150)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1875275 commit a355575

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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
55+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
107+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
35+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
129+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
86+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
8787
with:
8888
version: "0.9.17"
8989
enable-cache: true

0 commit comments

Comments
 (0)