From 2d7526d79d3bea24d2f00b14c1e2fc41c6ea12c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:21:04 +0000 Subject: [PATCH] Bump actions/setup-python from 4.2.0 to 5.1.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.2.0...v5.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/pypi-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release.yaml b/.github/workflows/pypi-release.yaml index ce691a4..afb49da 100644 --- a/.github/workflows/pypi-release.yaml +++ b/.github/workflows/pypi-release.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-python@v4.2.0 + - uses: actions/setup-python@v5.1.1 name: Install Python with: python-version: 3.8 @@ -48,7 +48,7 @@ jobs: needs: build-artifacts runs-on: ubuntu-latest steps: - - uses: actions/setup-python@v4.2.0 + - uses: actions/setup-python@v5.1.1 name: Install Python with: python-version: 3.8