Skip to content

Commit 80efea1

Browse files
Bump actions/setup-python from 4.0.0 to 4.1.0 (SeleniumHQ#1630)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed86437 commit 80efea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Output Docker info
2626
run: docker info
2727
- name: Set up Python 3.8
28-
uses: actions/setup-python@v4.0.0
28+
uses: actions/setup-python@v4.1.0
2929
with:
3030
python-version: 3.8
3131
- name: Get branch name (only for push to branch)

.github/workflows/test-video.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Output Docker info
2323
run: docker info
2424
- name: Set up Python 3.8
25-
uses: actions/setup-python@v4.0.0
25+
uses: actions/setup-python@v4.1.0
2626
with:
2727
python-version: 3.8
2828
- name: Get branch name (only for push to branch)

0 commit comments

Comments
 (0)