From 9e1204745b8884f22c932f1198ab9a7d1f1ad474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 02:19:53 +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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 364846c..a6b0e4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v2.4.0 with: persist-credentials: false - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v3.1.1 with: python-version: '3.7' architecture: 'x64' @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python }} architecture: 'x64'