Skip to content

Commit dc3614d

Browse files
chore(deps): bump astral-sh/setup-uv from 7.1.1 to 7.1.6 (hiero-ledger#1135)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b438cc5 commit dc3614d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-check-codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: "3.11"
2222

2323
- name: Install uv
24-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
24+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
2525

2626
- name: Install dependencies
2727
run: |

.github/workflows/pr-check-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@1781c6eb42f98d67097986d30130a8ff6879fda2
27+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
2828

2929
- name: Install dependencies
3030
run: uv sync

.github/workflows/pr-check-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: "pip"
3737

3838
- name: Install uv
39-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
39+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
4040

4141
- name: Install setuptools wheel
4242
run: pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)