diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7d92d579..eef09bb0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: target: ppc64le steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Build wheels @@ -64,7 +64,7 @@ jobs: target: armv7 steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Build wheels @@ -96,7 +96,7 @@ jobs: python_arch: arm64 steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.13 architecture: ${{ matrix.platform.python_arch }} @@ -123,7 +123,7 @@ jobs: target: aarch64 steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Build wheels diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index ab93fd97..871b0bd0 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Python 3.12 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.12" - name: Install uv and set the python version diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 60297867..4a363a15 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install uv and set the python version