Skip to content

Commit e7f6c5b

Browse files
Bump actions/setup-python from 4.6.1 to 4.7.0 (#1891)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.6.1...v4.7.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 077862f commit e7f6c5b

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Output Docker info
2222
run: docker info
2323
- name: Set up Python 3.8
24-
uses: actions/setup-python@v4.6.1
24+
uses: actions/setup-python@v4.7.0
2525
with:
2626
python-version: 3.8
2727
- 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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Output Docker info
1919
run: docker info
2020
- name: Set up Python 3.8
21-
uses: actions/setup-python@v4.6.1
21+
uses: actions/setup-python@v4.7.0
2222
with:
2323
python-version: 3.8
2424
- name: Get branch name (only for push to branch)

0 commit comments

Comments
 (0)