Skip to content

Commit 9a693f5

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] <support@github.com>
1 parent 496eb38 commit 9a693f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-pull-request-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ jobs:
480480
path: local-tests/
481481

482482
- name: Setup Python
483-
uses: actions/setup-python@v2
483+
uses: actions/setup-python@v4
484484
with:
485485
python-version: '3.8'
486486

@@ -509,7 +509,7 @@ jobs:
509509
path: local-tests/
510510

511511
- name: Setup Python
512-
uses: actions/setup-python@v2
512+
uses: actions/setup-python@v4
513513
with:
514514
python-version: '3.8'
515515

0 commit comments

Comments
 (0)