Skip to content

Commit 003d1c3

Browse files
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- 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 192c4be commit 003d1c3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.github/workflows/ci-keras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Checkout Repo
5656
uses: actions/checkout@v3
5757
- name: Setup Python
58-
uses: actions/setup-python@v3
58+
uses: actions/setup-python@v4
5959
with:
6060
python-version: ${{ matrix.python }}
6161
- name: Install Dependencies

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout Repo
4242
uses: actions/checkout@v3
4343
- name: Setup Python
44-
uses: actions/setup-python@v3
44+
uses: actions/setup-python@v4
4545
with:
4646
python-version: ${{ matrix.python }}
4747
- name: Install Dependencies

.github/workflows/ci-lingvo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout Repo
3939
uses: actions/checkout@v3
4040
- name: Setup Python
41-
uses: actions/setup-python@v3
41+
uses: actions/setup-python@v4
4242
with:
4343
python-version: ${{ matrix.python }}
4444
- name: Pre-install Lingvo ASR

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Repo
3535
uses: actions/checkout@v3
3636
- name: Setup Python
37-
uses: actions/setup-python@v3
37+
uses: actions/setup-python@v4
3838
with:
3939
python-version: ${{ matrix.python }}
4040
- name: Install Dependencies

.github/workflows/ci-pytorch-object-detectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout Repo
2929
uses: actions/checkout@v3
3030
- name: Setup Python
31-
uses: actions/setup-python@v3
31+
uses: actions/setup-python@v4
3232
with:
3333
python-version: 3.8
3434
- name: Install Dependencies

.github/workflows/ci-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout Repo
5050
uses: actions/checkout@v3
5151
- name: Setup Python
52-
uses: actions/setup-python@v3
52+
uses: actions/setup-python@v4
5353
with:
5454
python-version: ${{ matrix.python }}
5555
- name: Install Dependencies

.github/workflows/ci-scikit-learn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout Repo
4444
uses: actions/checkout@v3
4545
- name: Setup Python
46-
uses: actions/setup-python@v3
46+
uses: actions/setup-python@v4
4747
with:
4848
python-version: ${{ matrix.python }}
4949
- name: Install Dependencies

.github/workflows/ci-style-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout Repo
2727
uses: actions/checkout@v3
2828
- name: Setup Python
29-
uses: actions/setup-python@v3
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: 3.8
3232
- name: Pre-install

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout Repo
3838
uses: actions/checkout@v3
3939
- name: Setup Python
40-
uses: actions/setup-python@v3
40+
uses: actions/setup-python@v4
4141
with:
4242
python-version: ${{ matrix.python }}
4343
- name: Install Dependencies

.github/workflows/ci-tensorflow-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout Repo
5353
uses: actions/checkout@v3
5454
- name: Setup Python
55-
uses: actions/setup-python@v3
55+
uses: actions/setup-python@v4
5656
with:
5757
python-version: ${{ matrix.python }}
5858
- name: Install Dependencies

0 commit comments

Comments
 (0)