Skip to content

Commit

Permalink
use @v4 of cache & checkout actions (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Nov 29, 2024
1 parent 21e9995 commit b9ea91f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:

steps:
- name: checkout-upp # This is for getting spack.yaml
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: UPP

# Cache spack, compiler and dependencies
- name: cache-env
id: cache-env
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
spack
Expand Down Expand Up @@ -71,13 +71,13 @@ jobs:

steps:
- name: checkout-upp
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: UPP

- name: cache-env
id: cache-env
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
spack
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
steps:
- name: checkout-upp # This is for getting spack.yaml
if: steps.cache-env.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: UPP

# Cache spack, compiler and dependencies
- name: cache-env
id: cache-env
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
spack
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

steps:
- name: checkout-upp
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: UPP

Expand All @@ -94,7 +94,7 @@ jobs:
- name: cache-env
id: cache-env
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
spack
Expand Down

0 comments on commit b9ea91f

Please sign in to comment.