Skip to content

Commit

Permalink
Merge pull request #117 from edoapra/master
Browse files Browse the repository at this point in the history
Bump actions/cache from 3 to 4
  • Loading branch information
nwchemgit authored Jan 17, 2024
2 parents 18c48f4 + 847ad89 commit 3e9e552
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup cache
id: setup-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multiple_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup cache
id: setup-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/cache
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup cache
id: setup-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "cache_key=${{ matrix.folder }}-${{ matrix.branch }}${{ env.fc }}-cache-v005" >> $GITHUB_ENV
- name: Setup cache
id: setup-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-shifter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "cache_key=${{ matrix.folder }}-${{ matrix.branch }}${{ env.fc }}${{ env.omp_tag}}-cache-v005" >> $GITHUB_ENV
- name: Setup cache
id: setup-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ppc64le_xlf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup cache
id: setup-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tamm-shifter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "cache_key=${{ matrix.folder }}-simd${{ env.simd }}-${{ matrix.branch }}${{ env.fc }}-cache-v000" >> $GITHUB_ENV
- name: Setup cache
id: setup-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/cache
Expand Down

0 comments on commit 3e9e552

Please sign in to comment.