From 498785a37cf967bba7fba007cc604c4d4b2c7b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:16: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/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f1661d..231ba90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: steps: - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4.1.0 with: python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax @@ -133,7 +133,7 @@ jobs: steps: - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4.1.0 with: python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax @@ -291,7 +291,7 @@ jobs: steps: - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4.1.0 with: python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax