From e995d24f36179556c5898c2d05a14572fd4de775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 06:02:50 +0000 Subject: [PATCH] Bump actions/setup-python from 2.2.2 to 4.5.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v4.5.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/wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index c98520c..82f450d 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@master - name: Checkout submodules run: git submodule update --init --recursive - - uses: actions/setup-python@v2.2.2 + - uses: actions/setup-python@v4.5.0 name: Install Python with: python-version: '3.7'