From 6fcd810fa3aac2adc7f50a480ee8f71145d5836e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:03:50 +0200 Subject: [PATCH] Bump actions/setup-python from 2 to 4 (#23) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a50094e..5f8e249 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: "3.11" @@ -47,7 +47,7 @@ jobs: # - uses: pypa/cibuildwheel@v2 # Used to host cibuildwheel - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v4 - name: install cibuildwheel run: python -m pip install cibuildwheel==2.15.0