diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c5864e0979e..947c28cc13f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -218,7 +218,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} architecture: 'x64'