diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c8f8df170..8785f58cf 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -72,7 +72,7 @@ jobs: - name: 🐍 Set up Python ${{ matrix.python }} if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version) - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }}