Skip to content

Commit f3fbcf3

Browse files
committed
[ci] Upgrade setup-python actions
1 parent 7d64834 commit f3fbcf3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
fetch-depth: '0'
246246
submodules: 'recursive'
247247

248-
- uses: actions/setup-python@v4
248+
- uses: actions/setup-python@v5
249249
with:
250250
# force a 3.7 is ok, build.py will handle actual python env
251251
python-version: 3.7

.github/workflows/ghstack_land.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.GARDENER_PAT }}
2323
fetch-depth: '0'
24-
- uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v5
2525
with:
2626
python-version: 3.9
2727
- name: Check Current CI Status

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.11
1616
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
submodules: 'recursive'
255255
fetch-depth: '0'
256256

257-
- uses: actions/setup-python@v4
257+
- uses: actions/setup-python@v5
258258
with:
259259
python-version: ${{ matrix.python }}
260260

@@ -305,7 +305,7 @@ jobs:
305305
runs-on: ubuntu-latest
306306
steps:
307307
- uses: actions/checkout@v3
308-
- uses: actions/setup-python@v4
308+
- uses: actions/setup-python@v5
309309
with:
310310
python-version: 3.9
311311

@@ -348,7 +348,7 @@ jobs:
348348
with:
349349
fetch-depth: 0
350350

351-
- uses: actions/setup-python@v4
351+
- uses: actions/setup-python@v5
352352
with:
353353
python-version: 3.9
354354

0 commit comments

Comments
 (0)