From 7ad48efc057e00c583c130bcaaee14d979dc221d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:46:12 +0000 Subject: [PATCH] Bump MatteoH2O1999/setup-python from 3.2.1 to 4.1.0 Bumps [MatteoH2O1999/setup-python](https://github.com/matteoh2o1999/setup-python) from 3.2.1 to 4.1.0. - [Release notes](https://github.com/matteoh2o1999/setup-python/releases) - [Commits](https://github.com/matteoh2o1999/setup-python/compare/v3.2.1...v4.1.0) --- 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..710362f9b 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.0 with: python-version: ${{ matrix.python-version }} allow-build: info diff --git a/.github/workflows/python2.yml b/.github/workflows/python2.yml index 45b3e90d9..68b080fd9 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.0 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..c90382874 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.0 with: python-version: ${{ matrix.python-version }} allow-build: info