Skip to content

Commit 6661f00

Browse files
dependabot[bot]lexierule
authored andcommitted
Bump actions/setup-python from 2 to 4 (#14287)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9539538 commit 6661f00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-app-cloud-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Set up Python 3.8
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: "3.8"
3131

.github/workflows/ci-pytorch-test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Set up Python ${{ matrix.python-version }}
6161
if: ${{ (steps.skip.outputs.continue == '1') }}
62-
uses: actions/setup-python@v2
62+
uses: actions/setup-python@v4
6363
with:
6464
python-version: ${{ matrix.python-version }}
6565

.github/workflows/ci-pytorch-test-slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "::set-output name=continue::1"
4949
fi
5050
51-
- uses: actions/setup-python@v2
51+
- uses: actions/setup-python@v4
5252
if: ${{ (steps.skip.outputs.continue == '1') }}
5353
with:
5454
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)