Skip to content

Commit b5a3c4d

Browse files
build(deps): bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f6bf2d commit b5a3c4d

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v7
2828
- name: Set up Python ${{ env.PYTHON_VER1 }}
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v7
3030
with:
3131
python-version: ${{ env.PYTHON_VER1 }}
3232
cache: 'pip'

.github/workflows/cicd_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- uses: actions/checkout@v7
7070
- name: Set up Python ${{ env.PYTHON_VER1 }}
71-
uses: actions/setup-python@v6
71+
uses: actions/setup-python@v7
7272
with:
7373
python-version: ${{ env.PYTHON_VER1 }}
7474
cache: 'pip'
@@ -130,7 +130,7 @@ jobs:
130130
sudo docker system prune -f
131131
- uses: actions/checkout@v7
132132
- name: Set up Python ${{ matrix.python-version }}
133-
uses: actions/setup-python@v6
133+
uses: actions/setup-python@v7
134134
with:
135135
python-version: ${{ matrix.python-version }}
136136
cache: 'pip'
@@ -192,7 +192,7 @@ jobs:
192192
disk-root: "D:"
193193
- uses: actions/checkout@v7
194194
- name: Set up Python ${{ env.PYTHON_VER1 }}
195-
uses: actions/setup-python@v6
195+
uses: actions/setup-python@v7
196196
with:
197197
python-version: ${{ env.PYTHON_VER1 }}
198198
cache: 'pip'
@@ -268,7 +268,7 @@ jobs:
268268
sudo docker system prune -f
269269
- uses: actions/checkout@v6
270270
- name: Set up Python ${{ env.PYTHON_VER1 }}
271-
uses: actions/setup-python@v6
271+
uses: actions/setup-python@v7
272272
with:
273273
python-version: ${{ env.PYTHON_VER1 }}
274274
cache: 'pip'
@@ -310,7 +310,7 @@ jobs:
310310
with:
311311
fetch-depth: 0
312312
- name: Set up Python ${{ env.PYTHON_VER1 }}
313-
uses: actions/setup-python@v6
313+
uses: actions/setup-python@v7
314314
with:
315315
python-version: ${{ env.PYTHON_VER1 }}
316316
cache: 'pip'

.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@v7
2121
- name: Set up Python 3.10
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: '3.10'
2525
cache: pip

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: dev
2828
fetch-depth: 0
2929
- name: Set up Python 3.10
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@v7
3131
with:
3232
python-version: '3.10'
3333
- shell: bash

.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@v6
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install setuptools
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
fetch-depth: 0
100100
- name: Set up Python 3.10
101-
uses: actions/setup-python@v6
101+
uses: actions/setup-python@v7
102102
with:
103103
python-version: '3.10'
104104
- shell: bash

.github/workflows/setupapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# with:
9595
# fetch-depth: 0
9696
# - name: Set up Python ${{ matrix.python-version }}
97-
# uses: actions/setup-python@v6
97+
# uses: actions/setup-python@v7
9898
# with:
9999
# python-version: ${{ matrix.python-version }}
100100
# cache: pip
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-latest
135135
steps:
136136
- name: Set up Python 3.10
137-
uses: actions/setup-python@v6
137+
uses: actions/setup-python@v7
138138
with:
139139
python-version: '3.10'
140140
- name: Install CPU PyTorch

.github/workflows/weekly-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Set up Python 3.10
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v7
3030
with:
3131
python-version: '3.10'
3232
cache: 'pip'
@@ -50,7 +50,7 @@ jobs:
5050
fetch-depth: 0
5151
persist-credentials: false
5252
- name: Set up Python 3.10
53-
uses: actions/setup-python@v6
53+
uses: actions/setup-python@v7
5454
with:
5555
python-version: '3.10'
5656
- name: Install setuptools

0 commit comments

Comments
 (0)