Skip to content

Commit 28ecd67

Browse files
Update astral-sh/setup-uv action to v7
1 parent fa40bc7 commit 28ecd67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v4
20+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
2121

2222
- name: Set up Python ${{ matrix.python-version }}
2323
run: uv python install ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Install uv
14-
uses: astral-sh/setup-uv@v4
14+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
1515

1616
- name: Set up Python
1717
run: uv python install 3.12

0 commit comments

Comments
 (0)