3232 # Initial
3333 # ######################################################################################
3434 - name : Checkout SCM code (into /home/runner/work/ccpp-scm/)
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636
3737 - name : Initialize submodules
3838 run : git submodule update --init --recursive
4141 # Python setup
4242 # ######################################################################################
4343 - name : Set up Python
44- uses : actions/setup-python@v3
44+ uses : actions/setup-python@v5
4545 with :
4646 python-version : ${{matrix.py-version}}
4747
7474
7575 - name : Cache bacio library v2.4.1
7676 id : cache-bacio-fortran
77- uses : actions/cache@v3
77+ uses : actions/cache@v4
7878 with :
7979 path : /home/runner/bacio
8080 key : cache-bacio-fortran-${{matrix.fortran-compiler}}-key
9191
9292 - name : Cache SP-library v2.3.3
9393 id : cache-sp-fortran
94- uses : actions/cache@v3
94+ uses : actions/cache@v4
9595 with :
9696 path : /home/runner/NCEPLIBS-sp
9797 key : cache-sp-fortran-${{matrix.fortran-compiler}}-key
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Cache w3emc library v2.9.2
110110 id : cache-w3emc-fortran
111- uses : actions/cache@v3
111+ uses : actions/cache@v4
112112 with :
113113 path : /home/runner/myw3emc
114114 key : cache-w3emc-fortran-${{matrix.fortran-compiler}}-key
@@ -128,7 +128,7 @@ jobs:
128128
129129 - name : Cache NetCDF Fortran library
130130 id : cache-netcdf-fortran
131- uses : actions/cache@v3
131+ uses : actions/cache@v4
132132 with :
133133 path : /home/runner/netcdf-fortran
134134 key : cache-netcdf-fortran-${{matrix.fortran-compiler}}-key
@@ -208,7 +208,7 @@ jobs:
208208 - name : Download SCM RT baselines
209209 run : |
210210 cd ${dir_bl}
211- wget https://dtcenter.ucar.edu/ccpp/users/ rt/rt-baselines-${{matrix.build-type}}.zip
211+ wget https://dtcenter.ucar.edu/ccpp/rt/rt-baselines-${{matrix.build-type}}.zip
212212 unzip rt-baselines-${{matrix.build-type}}.zip
213213
214214 - name : Compare SCM RT output to baselines
@@ -223,7 +223,7 @@ jobs:
223223 path : /home/runner/work/ccpp-scm/ccpp-scm/test/scm_rt_out
224224
225225 - name : Upload SCM RTs as GitHub Artifact
226- uses : actions/upload-artifact@v2
226+ uses : actions/upload-artifact@v4
227227 with :
228228 name : rt-baselines-${{matrix.build-type}}
229229 path : /home/runner/work/ccpp-scm/ccpp-scm/test/artifact-${{matrix.build-type}}
0 commit comments