Skip to content

Commit ddb8fd1

Browse files
chore(deps): update astral-sh/setup-uv digest to 37802ad (#581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1e0cde commit ddb8fd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: recursive
3434

3535
- name: Install uv and set the python version
36-
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
36+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
activate-environment: true
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6565
- name: Install uv and set the python version
66-
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
66+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
6767
with:
6868
python-version: ${{ env.TARGET_PYTHON_VERSION }}
6969
ignore-nothing-to-cache: true
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8383
- name: Install uv and set the python version
84-
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
84+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
8585
with:
8686
python-version: ${{ env.TARGET_PYTHON_VERSION }}
8787
ignore-nothing-to-cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4949

5050
- name: Install uv and set the python version
51-
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
51+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
5252
with:
5353
python-version: ${{ env.TARGET_PYTHON_VERSION }}
5454

0 commit comments

Comments
 (0)