Skip to content

Commit 7138650

Browse files
Bump actions/setup-python from 1 to 2.2.2 (#1374)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v2.2.2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e31a717 commit 7138650

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/link-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Setup Python
40-
uses: actions/setup-python@v1
40+
uses: actions/setup-python@v2.2.2
4141
with:
4242
python-version: "3.8"
4343
architecture: "x64"

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
repo-token: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Setup Python
68-
uses: actions/setup-python@v1
68+
uses: actions/setup-python@v2.2.2
6969
with:
7070
python-version: "3.8"
7171
architecture: "x64"

.github/workflows/python-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: 3.x
2727

2828
- name: Activate Python
29-
uses: actions/setup-python@v1
29+
uses: actions/setup-python@v2.2.2
3030
with:
3131
python-version: "3.8"
3232
architecture: "x64"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
version: 3.x
4444

4545
- name: Install Python
46-
uses: actions/setup-python@v1
46+
uses: actions/setup-python@v2.2.2
4747
with:
4848
python-version: "3.8"
4949
architecture: "x64"

.github/workflows/validate-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
repo-token: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Setup Python
55-
uses: actions/setup-python@v1
55+
uses: actions/setup-python@v2.2.2
5656
with:
5757
python-version: "3.8"
5858
architecture: "x64"

0 commit comments

Comments
 (0)