Skip to content

Commit d71fede

Browse files
Bump actions/setup-python from 2 to 4
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]>
1 parent 0093617 commit d71fede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests-main-devnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ jobs:
678678
path: local-tests/
679679

680680
- name: Setup Python
681-
uses: actions/setup-python@v2
681+
uses: actions/setup-python@v4
682682
with:
683683
python-version: '3.8'
684684

@@ -706,7 +706,7 @@ jobs:
706706
path: local-tests/
707707

708708
- name: Setup Python
709-
uses: actions/setup-python@v2
709+
uses: actions/setup-python@v4
710710
with:
711711
python-version: '3.8'
712712

0 commit comments

Comments
 (0)