From 60998756aa7d9aea4696939f86bde6e2aebd87ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 23:25:20 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 3.1.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.1) --- 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..08a5821 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@v3.1.1 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@v3.1.1 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@v3.1.1 with: python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax