diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index ee60ff723..34cb95b8c 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -22,7 +22,7 @@ jobs: submodules: true - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index 19bc2ea8b..01a44d74a 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -19,7 +19,7 @@ jobs: submodules: true - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/build_old.yml b/.github/workflows/build_old.yml index b3cc4af82..8ed6f4592 100644 --- a/.github/workflows/build_old.yml +++ b/.github/workflows/build_old.yml @@ -22,7 +22,7 @@ jobs: submodules: true - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index edc202e85..d20128788 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 name: Install Python with: python-version: 3.x @@ -85,7 +85,7 @@ jobs: if: ${{ github.event_name }} == "pull_request" - name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels" - uses: pypa/cibuildwheel@v4.1.0 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_ARCHS: ${{ matrix.arch }} @@ -114,7 +114,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 name: Install Python with: python-version: 3.x @@ -128,7 +128,7 @@ jobs: python=${{ matrix.python-version }} libnetcdf=4.9.3 --channel conda-forge - name: Build wheels for Windows/Mac - uses: pypa/cibuildwheel@v4.1.0 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_ARCHS: ${{ matrix.arch }} @@ -146,7 +146,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 name: Install Python with: python-version: 3.x @@ -167,7 +167,7 @@ jobs: echo "NETCDF4_DIR=C:\vcpkg\installed\arm64-windows" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Build wheels for Windows ARM64 - uses: pypa/cibuildwheel@v4.1.0 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_ARCHS: ARM64 CIBW_SKIP: "cp310-*"