Skip to content

Commit be74cbc

Browse files
authored
ci: make uv action tag explicit (#1625)
1 parent c445f3d commit be74cbc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- name: Install uv and set Python version
27-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
27+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2828
with:
2929
version: "0.11.2"
3030
python-version: "3.13"
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
persist-credentials: false
4343
- name: Install uv and set Python version
44-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
44+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4545
with:
4646
version: "0.11.2"
4747
python-version: "3.13"
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
persist-credentials: false
8484
- name: Install uv and set Python version
85-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
85+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
8686
with:
8787
version: "0.11.2"
8888
python-version: ${{ matrix.python-version }}
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
persist-credentials: false
147147
- name: Install uv and set Python version
148-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
148+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
149149
with:
150150
version: "0.11.2"
151151
python-version: "3.13"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272

7373
- name: Install uv and set Python version
74-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
74+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
7575
with:
7676
version: "0.11.2"
7777
python-version: "3.12"

0 commit comments

Comments
 (0)