Skip to content

Commit 8ee3b81

Browse files
Bump actions/setup-python from 2 to 4.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4.1.0) --- 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>
1 parent c14506c commit 8ee3b81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ jobs:
739739
path: local-tests/
740740

741741
- name: Setup Python
742-
uses: actions/setup-python@v2
742+
uses: actions/setup-python@v4
743743
with:
744744
python-version: '3.8'
745745

@@ -764,7 +764,7 @@ jobs:
764764
path: local-tests/
765765

766766
- name: Setup Python
767-
uses: actions/setup-python@v2
767+
uses: actions/setup-python@v4
768768
with:
769769
python-version: '3.8'
770770

0 commit comments

Comments
 (0)