File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5252 REPO_DIR : netcdf4-python
5353 PKG_NAME : netcdf4-python
5454 MB_ML_VER : 2014
55- BUILD_COMMIT : v1.6.5rel
55+ BUILD_COMMIT : v1.7.0rel
5656 UNICODE_WIDTH : 32
5757 MB_PYTHON_VERSION : ${{ matrix.python-version }}
5858 TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
@@ -63,17 +63,17 @@ jobs:
6363 MULTIBUILD_WHEELS_STAGING_ACCESS : ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
6464
6565 steps :
66- - uses : actions/checkout@v3
66+ - uses : actions/checkout@v4
6767 with :
6868 submodules : recursive
6969 - name : Set up Python ${{ matrix.python-version }}
70- uses : actions/setup-python@v4
70+ uses : actions/setup-python@v5
7171 with :
7272 python-version : ${{ matrix.python-version }}
7373
7474 - name : Setup QEMU
7575 if : ${{ matrix.platform == 'aarch64' }}
76- uses : docker/setup-qemu-action@v2
76+ uses : docker/setup-qemu-action@v3
7777
7878 - name : Setup Environment variables
7979 run : |
Original file line number Diff line number Diff line change 3131 REPO_DIR : netcdf4-python
3232 PKG_NAME : netcdf4-python
3333 MB_ML_VER : 2014
34- BUILD_COMMIT : v1.6.5rel
34+ BUILD_COMMIT : v1.7.0rel
3535 UNICODE_WIDTH : 32
3636 PLAT : arm64
3737 MB_PYTHON_VERSION : ${{ matrix.python-version }}
4848 with :
4949 submodules : recursive
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v4
51+ uses : actions/setup-python@v5
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454
Original file line number Diff line number Diff line change 3131 REPO_DIR : netcdf4-python
3232 PKG_NAME : netcdf4-python
3333 MB_ML_VER : 2014
34- BUILD_COMMIT : v1.6.5rel
34+ BUILD_COMMIT : v1.7.0rel
3535 UNICODE_WIDTH : 32
3636 PLAT : x86_64
3737 MB_PYTHON_VERSION : ${{ matrix.python-version }}
4848 with :
4949 submodules : recursive
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v4
51+ uses : actions/setup-python@v5
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454
You can’t perform that action at this time.
0 commit comments