From 31a5395036a241613ae0927b4cc95991807d5ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 08:07:53 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e3f68e..effc121 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: id: python-version run: | echo "::set-output name=python-version::$(cat .python-version)" - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: ${{ steps.python-version.outputs.python-version }} architecture: x64 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bd8acb1..36d6104 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: id: python-version run: | echo "::set-output name=python-version::$(cat .python-version)" - - uses: actions/setup-python@v2.1.3 + - uses: actions/setup-python@v4 id: setup-python with: python-version: ${{ steps.python-version.outputs.python-version }}