Skip to content

Commit 7031a11

Browse files
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38ac573 commit 7031a11

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/cron-ngc-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Python 3.8
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.8'
2525
- name: cache weekly timestamp

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ref: dev
2727
fetch-depth: 0
2828
- name: Set up Python 3.9
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.9'
3232
- shell: bash

.github/workflows/pythonapp-min.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Set up Python 3.8
33-
uses: actions/setup-python@v4
33+
uses: actions/setup-python@v5
3434
with:
3535
python-version: '3.8'
3636
- name: Prepare pip wheel
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878
- name: Set up Python ${{ matrix.python-version }}
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v5
8080
with:
8181
python-version: ${{ matrix.python-version }}
8282
- name: Prepare pip wheel
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- uses: actions/checkout@v4
123123
- name: Set up Python 3.8
124-
uses: actions/setup-python@v4
124+
uses: actions/setup-python@v5
125125
with:
126126
python-version: '3.8'
127127
- name: Prepare pip wheel

.github/workflows/pythonapp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Set up Python 3.8
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: '3.8'
3434
- name: cache weekly timestamp
@@ -69,7 +69,7 @@ jobs:
6969
disk-root: "D:"
7070
- uses: actions/checkout@v4
7171
- name: Set up Python 3.8
72-
uses: actions/setup-python@v4
72+
uses: actions/setup-python@v5
7373
with:
7474
python-version: '3.8'
7575
- name: Prepare pip wheel
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
fetch-depth: 0
130130
- name: Set up Python 3.8
131-
uses: actions/setup-python@v4
131+
uses: actions/setup-python@v5
132132
with:
133133
python-version: '3.8'
134134
- name: cache weekly timestamp
@@ -209,7 +209,7 @@ jobs:
209209
steps:
210210
- uses: actions/checkout@v4
211211
- name: Set up Python 3.8
212-
uses: actions/setup-python@v4
212+
uses: actions/setup-python@v5
213213
with:
214214
python-version: '3.8'
215215
- name: cache weekly timestamp

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install setuptools
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
fetch-depth: 0
9999
- name: Set up Python 3.9
100-
uses: actions/setup-python@v4
100+
uses: actions/setup-python@v5
101101
with:
102102
python-version: '3.9'
103103
- shell: bash

.github/workflows/setupapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
fetch-depth: 0
8585
- name: Set up Python ${{ matrix.python-version }}
86-
uses: actions/setup-python@v4
86+
uses: actions/setup-python@v5
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989
- name: cache weekly timestamp
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121
steps:
122122
- name: Set up Python 3.8
123-
uses: actions/setup-python@v4
123+
uses: actions/setup-python@v5
124124
with:
125125
python-version: '3.8'
126126
- name: cache weekly timestamp

.github/workflows/weekly-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: dev
1515
fetch-depth: 0
1616
- name: Set up Python 3.9
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.9'
2020
- name: Install setuptools

0 commit comments

Comments
 (0)