Skip to content

Commit 8b698aa

Browse files
committed
STYLE: Do not specify the latest version of setup-python
1 parent fff9e7e commit 8b698aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: Ex
3333

3434
- name: Set up Python 3.11
35-
uses: actions/setup-python@v5.4.0
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: 3.11
3838

@@ -156,7 +156,7 @@ jobs:
156156
path: Ex
157157

158158
- name: Set up Python 3.11
159-
uses: actions/setup-python@v5.4.0
159+
uses: actions/setup-python@v5
160160
with:
161161
python-version: 3.11
162162

@@ -239,7 +239,7 @@ jobs:
239239
steps:
240240
- uses: actions/[email protected]
241241
- name: Set up Python 3.11
242-
uses: actions/setup-python@v5.4.0
242+
uses: actions/setup-python@v5
243243
with:
244244
python-version: 3.11
245245

@@ -277,7 +277,7 @@ jobs:
277277
submodules: recursive
278278

279279
- name: Set up Python 3.11
280-
uses: actions/setup-python@v5.4.0
280+
uses: actions/setup-python@v5
281281
with:
282282
python-version: 3.11
283283

0 commit comments

Comments
 (0)