Skip to content

Commit cec4a6f

Browse files
Update astral-sh/setup-uv action to v7.3.1 (python-telegram-bot#5152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5660fd8 commit cec4a6f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
34+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
3535
with:
3636
# Install a specific version of uv.
3737
version: "0.10.7"

.github/workflows/gha_security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- name: Install the latest version of uv
24-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
24+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
2525
- name: Run zizmor
2626
run: uvx zizmor --persona=pedantic --format sarif . > results.sarif
2727
env:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
internal = "Update astral-sh/setup-uv action to v7.3.1"
2+
[[pull_requests]]
3+
uid = "5152"
4+
author_uids = ["renovate[bot]"]
5+
closes_threads = []

0 commit comments

Comments
 (0)