Skip to content

Commit fc50e9c

Browse files
Bump actions/setup-python from 3.1.0 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3.1.0...v3.1.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]>
1 parent b980d72 commit fc50e9c

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
@@ -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].0
25+
uses: actions/[email protected].1
2626
with:
2727
python-version: 3.8
2828
- 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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Output Docker info
2020
run: docker info
2121
- name: Set up Python 3.8
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
python-version: 3.8
2525
- name: Get branch name (only for push to branch)

0 commit comments

Comments
 (0)