diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 5cf6e886e..11f4c1f04 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -52,7 +52,7 @@ jobs: args: install pandoc if: runner.os == 'Windows' - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 009d22f50..1d3e41230 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -42,7 +42,7 @@ jobs: uses: ./.github/actions/setup-ubuntu-latest-xvfb if: runner.os == 'Linux' - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.github/workflows/upload_to_pypi.yaml b/.github/workflows/upload_to_pypi.yaml index adbfc4113..adfd174eb 100644 --- a/.github/workflows/upload_to_pypi.yaml +++ b/.github/workflows/upload_to_pypi.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: '3.10' - name: Install build deps