Skip to content

Commit c2d3b34

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

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@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
28+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
2929
with:
30-
version: "0.9.26"
30+
version: "0.9.28"
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@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
21+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
2222
with:
23-
version: "0.9.26"
23+
version: "0.9.28"
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@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
41+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
4242
with:
4343
enable-cache: true
4444

0 commit comments

Comments
 (0)