Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci_run_scm_DEPHY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
#######################################################################################
- name: Cache bacio library v2.4.1
id: cache-bacio-fortran
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: /home/runner/bacio
key: cache-bacio-fortran-${{matrix.fortran-compiler}}-${{matrix.build-type}}-key
Expand All @@ -83,7 +83,7 @@ jobs:

- name: Cache SP-library v2.3.3
id: cache-sp-fortran
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: /home/runner/NCEPLIBS-sp
key: cache-sp-fortran-${{matrix.fortran-compiler}}-${{matrix.build-type}}-key
Expand All @@ -100,7 +100,7 @@ jobs:

- name: Cache w3emc library v2.9.2
id: cache-w3emc-fortran
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: /home/runner/myw3emc
key: cache-w3emc-fortran-${{matrix.fortran-compiler}}-${{matrix.build-type}}-key
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_run_scm_ufs_replay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sudo apt-get update

- name: Cache conda
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/conda_pkgs_dir
key: conda-pkgs
Expand All @@ -52,7 +52,7 @@ jobs:
#######################################################################################

- name: Cache UWM regression test output.
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ${dir_rt_cache}
key: ufs-rt-files
Expand Down
Loading