diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 88a98a6..a037250 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -166,7 +166,7 @@ jobs: ninja-build - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python}} cache: 'pip' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f5116b4..89bdc9e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -128,7 +128,7 @@ jobs: fmt - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python}} cache: 'pip' diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ef3a653..d33451f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.14 cache: 'pip' diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 26c8064..3014971 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -282,7 +282,7 @@ jobs: --target install - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python}} architecture: ${{matrix.arch}} @@ -442,7 +442,7 @@ jobs: --target install - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python}} architecture: ${{matrix.arch}}