Skip to content

Commit ba90c55

Browse files
Bump actions/setup-python from 3.1.1 to 3.1.2 (#1545)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3.1.1...v3.1.2) --- 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 efb210a commit ba90c55

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/[email protected].1
28+
uses: actions/[email protected].2
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/[email protected].1
25+
uses: actions/[email protected].2
2626
with:
2727
python-version: 3.8
2828
- name: Get branch name (only for push to branch)

0 commit comments

Comments
 (0)