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