mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
Merge pull request #940 from edoapra/flaccid-fraction
Bump actions/cache from 3 to 4
This commit is contained in:
commit
fa80ad0245
3 changed files with 3 additions and 3 deletions
2
.github/workflows/docker_actions.yml
vendored
2
.github/workflows/docker_actions.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
fetch-depth: 5
|
||||
- name: Setup cache
|
||||
id: setup-cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/cache
|
||||
|
|
|
|||
2
.github/workflows/github_actions.yml
vendored
2
.github/workflows/github_actions.yml
vendored
|
|
@ -466,7 +466,7 @@ jobs:
|
|||
shell: bash
|
||||
- name: Setup cache
|
||||
id: setup-cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/cache
|
||||
|
|
|
|||
2
.github/workflows/github_actions_archs.yml
vendored
2
.github/workflows/github_actions_archs.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
steps:
|
||||
- name: Setup cache
|
||||
id: setup-cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue