From b544694f7389520e6f3b03be0a5f21029db70f6b Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Tue, 12 Mar 2024 07:40:39 -0600 Subject: [PATCH] CI: Fix change to netcdf-no-hdf5 workflow --- .github/workflows/build_netcdf_no_hdf5.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_netcdf_no_hdf5.yml b/.github/workflows/build_netcdf_no_hdf5.yml index ba332ed815..6274cca35f 100644 --- a/.github/workflows/build_netcdf_no_hdf5.yml +++ b/.github/workflows/build_netcdf_no_hdf5.yml @@ -26,7 +26,7 @@ jobs: netcdf: [ 4.9.2 ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - name: Install System dependencies shell: bash -l {0} @@ -37,7 +37,7 @@ jobs: ### - name: Cache TPL-${{ matrix.compiler }}-${{ matrix.netcdf }} id: cache-TPL-mpi - uses: actions/cache@v5 + uses: actions/cache@v4 with: path: ~/environments/${{ matrix.compiler }}-${{ matrix.netcdf }} key: TPL-v5-${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.netcdf }} @@ -84,7 +84,7 @@ jobs: } steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - name: Install System dependencies shell: bash -l {0} @@ -92,7 +92,7 @@ jobs: - name: Fetch TPL Cache id: cache-TPL - uses: actions/cache@v5 + uses: actions/cache@v4 with: path: ~/environments/${{ matrix.config.compiler }}-${{ matrix.netcdf }} key: TPL-v5-${{ runner.os }}-${{ matrix.config.compiler }}-${{ matrix.netcdf }}