Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and edoapra committed Jan 17, 2024
1 parent 18c48f4 commit 847ad89
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 847ad89

Please sign in to comment.