Skip to content

Commit af7b86e

Browse files
Bump actions/setup-python from 4.6.0 to 4.6.1 (#1856)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci]
1 parent 401fffe commit af7b86e

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/[email protected].0
24+
uses: actions/[email protected].1
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/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
python-version: 3.8
2424
- name: Get branch name (only for push to branch)

0 commit comments

Comments
 (0)