Skip to content

Commit c175620

Browse files
Bump actions/setup-python from 2.3.0 to 2.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5282f29 commit c175620

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/[email protected]
5757
- name: Setup Python
58-
uses: actions/[email protected].0
58+
uses: actions/[email protected].1
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/[email protected]
4343
- name: Setup Python
44-
uses: actions/[email protected].0
44+
uses: actions/[email protected].1
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/[email protected]
4040
- name: Setup Python
41-
uses: actions/[email protected].0
41+
uses: actions/[email protected].1
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/[email protected]
3636
- name: Setup Python
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].1
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/[email protected]
3030
- name: Setup Python
31-
uses: actions/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
python-version: 3.7
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/[email protected]
5151
- name: Setup Python
52-
uses: actions/[email protected].0
52+
uses: actions/[email protected].1
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
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout Repo
4848
uses: actions/[email protected]
4949
- name: Setup Python
50-
uses: actions/[email protected].0
50+
uses: actions/[email protected].1
5151
with:
5252
python-version: ${{ matrix.python }}
5353
- 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/[email protected]
2828
- name: Setup Python
29-
uses: actions/[email protected].0
29+
uses: actions/[email protected].1
3030
with:
3131
python-version: 3.7
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/[email protected]
3939
- name: Setup Python
40-
uses: actions/[email protected].0
40+
uses: actions/[email protected].1
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/[email protected]
5454
- name: Setup Python
55-
uses: actions/[email protected].0
55+
uses: actions/[email protected].1
5656
with:
5757
python-version: ${{ matrix.python }}
5858
- name: Install Dependencies

0 commit comments

Comments
 (0)