From 9845cddd193e12d77f2935d03bf5e569c1497e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:18:58 +0000 Subject: [PATCH] Bump MatteoH2O1999/setup-python from 3.2.1 to 4.1.1 Bumps [MatteoH2O1999/setup-python](https://github.com/matteoh2o1999/setup-python) from 3.2.1 to 4.1.1. - [Release notes](https://github.com/matteoh2o1999/setup-python/releases) - [Commits](https://github.com/matteoh2o1999/setup-python/compare/v3.2.1...v4.1.1) --- updated-dependencies: - dependency-name: MatteoH2O1999/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/api-documentation.yml | 2 +- .github/workflows/python2.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/api-documentation.yml b/.github/workflows/api-documentation.yml index ce1bf53dd..25dedf901 100644 --- a/.github/workflows/api-documentation.yml +++ b/.github/workflows/api-documentation.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Python # setup-python stopped supporting Python 2.7, use https://github.com/MatteoH2O1999/setup-python - uses: MatteoH2O1999/setup-python@v3.2.1 + uses: MatteoH2O1999/setup-python@v4.1.1 with: python-version: ${{ matrix.python-version }} allow-build: info diff --git a/.github/workflows/python2.yml b/.github/workflows/python2.yml index 45b3e90d9..d0c5f9577 100644 --- a/.github/workflows/python2.yml +++ b/.github/workflows/python2.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python # setup-python stopped supporting Python 2.7, use https://github.com/MatteoH2O1999/setup-python - uses: MatteoH2O1999/setup-python@v3.2.1 + uses: MatteoH2O1999/setup-python@v4.1.1 with: python-version: ${{ matrix.python-version }} allow-build: info diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index cf8c6c917..7ed00c7a6 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python # setup-python stopped supporting Python 2.7, use https://github.com/MatteoH2O1999/setup-python - uses: MatteoH2O1999/setup-python@v3.2.1 + uses: MatteoH2O1999/setup-python@v4.1.1 with: python-version: ${{ matrix.python-version }} allow-build: info