Skip to content

Commit fd2d35f

Browse files
Update astral-sh/setup-uv action to v6.8.0 (python-telegram-bot#4987)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 082763e commit fd2d35f

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@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
34+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
3535
with:
3636
# Install a specific version of uv.
3737
version: "0.8.22"

.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@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
24+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
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 v6.8.0"
2+
[[pull_requests]]
3+
uid = "4987"
4+
author_uids = ["renovate[bot]"]
5+
closes_threads = []

0 commit comments

Comments
 (0)