From a2b409541119bbb1bd1244f9f0aa80c8ebada787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:14:41 +0000 Subject: [PATCH] Bump actions/setup-python from 3.1.1 to 3.1.2 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](https://github.com/actions/setup-python/compare/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] --- .github/workflows/build-test.yml | 2 +- .github/workflows/test-video.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a5589afa8..dd499cdfc 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -25,7 +25,7 @@ jobs: - name: Output Docker info run: docker info - name: Set up Python 3.8 - uses: actions/setup-python@v3.1.1 + uses: actions/setup-python@v3.1.2 with: python-version: 3.8 - name: Get branch name (only for push to branch) diff --git a/.github/workflows/test-video.yml b/.github/workflows/test-video.yml index ef727b40e..0c7290b4e 100644 --- a/.github/workflows/test-video.yml +++ b/.github/workflows/test-video.yml @@ -22,7 +22,7 @@ jobs: - name: Output Docker info run: docker info - name: Set up Python 3.8 - uses: actions/setup-python@v3.1.1 + uses: actions/setup-python@v3.1.2 with: python-version: 3.8 - name: Get branch name (only for push to branch)