Skip to content

Commit 597ee81

Browse files
authored
Merge pull request #1101 from Trusted-AI/dependabot/github_actions/actions/setup-python-2.2.2
Bump actions/setup-python from 2 to 2.2.2
2 parents 1683beb + d837c56 commit 597ee81

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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/setup-python@v2
41+
uses: actions/setup-python@v2.2.2
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
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout Repo
6262
uses: actions/[email protected]
6363
- name: Setup Python
64-
uses: actions/setup-python@v2
64+
uses: actions/setup-python@v2.2.2
6565
with:
6666
python-version: ${{ matrix.python }}
6767
- name: Install Dependencies

.github/workflows/ci-pytorch-fasterrcnn.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/setup-python@v2
31+
uses: actions/setup-python@v2.2.2
3232
with:
3333
python-version: 3.7
3434
- name: Install Dependencies

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Checkout Repo
8484
uses: actions/[email protected]
8585
- name: Setup Python
86-
uses: actions/setup-python@v2
86+
uses: actions/setup-python@v2.2.2
8787
with:
8888
python-version: ${{ matrix.python }}
8989
- name: Install Dependencies
@@ -141,7 +141,7 @@ jobs:
141141
- name: Checkout Repo
142142
uses: actions/[email protected]
143143
- name: Setup Python
144-
uses: actions/setup-python@v2
144+
uses: actions/setup-python@v2.2.2
145145
with:
146146
python-version: 3.7
147147
- name: Pre-install

0 commit comments

Comments
 (0)