Skip to content

Commit

Permalink
Revert cache versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 21, 2023
1 parent a36040a commit 344f457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Cache spack, compiler and dependencies
- name: cache-env
id: cache-env
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
spack
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

- name: cache-env
id: cache-env
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
spack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Cache spack, compiler and dependencies
- name: cache-env
id: cache-env
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
spack
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- name: cache-env
id: cache-env
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
spack
Expand Down

0 comments on commit 344f457

Please sign in to comment.