Skip to content

Commit 189e627

Browse files
chore(deps): update all non-major dependencies in .github/workflows/python.yml (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26cf172 commit 189e627

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
python-version-file: "pyproject.toml"
2626

2727
- name: Install uv
28-
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
28+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2929
with:
30-
version: "0.10.10"
30+
version: "0.10.12"
3131

3232
- name: Publish
3333
run: |

.github/workflows/pypi-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
python-version-file: "pyproject.toml"
1919

2020
- name: Install uv
21-
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
21+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2222
with:
23-
version: "0.10.10"
23+
version: "0.10.12"
2424

2525
- name: Publish
2626
run: |

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939

4040
- name: Install uv
41-
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
41+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4242
with:
4343
enable-cache: true
4444

0 commit comments

Comments
 (0)