Skip to content

Commit 6f79d65

Browse files
authored
Merge pull request #83 from allthingslinux/renovate/astral-sh-setup-uv-7.x
chore(deps): update astral-sh/setup-uv action to v7
2 parents c65a668 + dc30464 commit 6f79d65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-readme-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{ github.event.pull_request.head.ref }}
2525

2626
- name: "Install uv"
27-
uses: "astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a" # v4
27+
uses: "astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c" # v7
2828
with:
2929
version: "latest"
3030

.github/workflows/generate-readme-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
echo "Applied commits from fork while preserving history"
9898
9999
- name: "Install uv"
100-
uses: "astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a" # v4
100+
uses: "astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c" # v7
101101
with:
102102
version: "latest"
103103

0 commit comments

Comments
 (0)