From 2ceae248abc00ea266d703bb075435fffe08fedd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 08:18:21 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 4.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4.1.0) --- 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..f8c57b3 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.1.0 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..79c97d7 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.1.0 id: setup-python with: python-version: ${{ steps.python-version.outputs.python-version }}