From 338ea2f02b031dc578533cf37bea130e8a95fc83 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Wed, 31 Jan 2024 09:01:58 -0700 Subject: [PATCH] upgrading CI --- .github/workflows/developer.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/developer.yml b/.github/workflows/developer.yml index f1f3f419..13565739 100644 --- a/.github/workflows/developer.yml +++ b/.github/workflows/developer.yml @@ -33,7 +33,7 @@ jobs: sudo apt-get install libpng-dev zlib1g-dev libjpeg-dev doxygen gcovr valgrind - name: checkout-bacio - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: NOAA-EMC/NCEPLIBS-bacio path: bacio @@ -49,7 +49,7 @@ jobs: make install - name: checkout-w3emc - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: NOAA-EMC/NCEPLIBS-w3emc path: w3emc @@ -66,14 +66,14 @@ jobs: - name: cache-jasper id: cache-jasper - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/Jasper key: jasper-${{ runner.os }}-4.0.0 - name: checkout-jasper if: steps.cache-jasper.outputs.cache-hit != 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: jasper-software/jasper path: jasper @@ -89,13 +89,13 @@ jobs: make install - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: g2 - name: cache-data id: cache-data - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/data key: data-developer-1