diff --git a/.github/workflows/api-documentation.yml b/.github/workflows/api-documentation.yml index badb1b9cc..8509e816a 100644 --- a/.github/workflows/api-documentation.yml +++ b/.github/workflows/api-documentation.yml @@ -25,7 +25,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.0 + uses: MatteoH2O1999/setup-python@v3.2.1 with: python-version: ${{ matrix.python-version }} allow-build: info diff --git a/.github/workflows/python2.yml b/.github/workflows/python2.yml index c1972c8d8..45b3e90d9 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.0 + uses: MatteoH2O1999/setup-python@v3.2.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 353ff14ef..cf8c6c917 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.0 + uses: MatteoH2O1999/setup-python@v3.2.1 with: python-version: ${{ matrix.python-version }} allow-build: info