Skip to content

Commit acecf6b

Browse files
Update astral-sh/setup-uv action to v7
1 parent 1c9e3e0 commit acecf6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Install the latest version of uv and set the python version
19-
uses: astral-sh/setup-uv@v5
19+
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7
2020
with:
2121
python-version: 3.13
2222
- name: build package

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Install the latest version of uv and set the python version
16-
uses: astral-sh/setup-uv@v5
16+
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Run linting
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Install the latest version of uv and set the python version
33-
uses: astral-sh/setup-uv@v5
33+
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Test with python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)