Skip to content

Commit 1cfb666

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 8690ae7 commit 1cfb666

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'
@@ -131,7 +131,7 @@ jobs:
131131
sudo docker system prune -f
132132
- uses: actions/checkout@v7
133133
- name: Set up Python ${{ matrix.python-version }}
134-
uses: actions/setup-python@v6
134+
uses: actions/setup-python@v7
135135
with:
136136
python-version: ${{ matrix.python-version }}
137137
cache: 'pip'
@@ -193,7 +193,7 @@ jobs:
193193
disk-root: "D:"
194194
- uses: actions/checkout@v7
195195
- name: Set up Python ${{ env.PYTHON_VER1 }}
196-
uses: actions/setup-python@v6
196+
uses: actions/setup-python@v7
197197
with:
198198
python-version: ${{ env.PYTHON_VER1 }}
199199
cache: 'pip'
@@ -269,7 +269,7 @@ jobs:
269269
sudo docker system prune -f
270270
- uses: actions/checkout@v6
271271
- name: Set up Python ${{ env.PYTHON_VER1 }}
272-
uses: actions/setup-python@v6
272+
uses: actions/setup-python@v7
273273
with:
274274
python-version: ${{ env.PYTHON_VER1 }}
275275
cache: 'pip'
@@ -311,7 +311,7 @@ jobs:
311311
with:
312312
fetch-depth: 0
313313
- name: Set up Python ${{ env.PYTHON_VER1 }}
314-
uses: actions/setup-python@v6
314+
uses: actions/setup-python@v7
315315
with:
316316
python-version: ${{ env.PYTHON_VER1 }}
317317
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)