Skip to content

Commit c35a1e5

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

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
@@ -29,7 +29,7 @@ jobs:
2929
submodules: recursive
3030

3131
- name: Install uv and set the python version
32-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
32+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
activate-environment: true
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6161
- name: Install uv and set the python version
62-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
62+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
6363
with:
6464
python-version: "3.13"
6565

@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8080
- name: Install uv and set the python version
81-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
81+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
8282
with:
8383
python-version: "3.13"
8484
ignore-nothing-to-cache: true

.github/workflows/release.yml

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

4747
- name: Install uv and set the python version
48-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
48+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
4949
with:
5050
python-version: "3.13"
5151

0 commit comments

Comments
 (0)