mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
Bump actions/cache from 5 to 6
This commit is contained in:
parent
5447731768
commit
16f974713e
2 changed files with 2 additions and 2 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@v5
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
~/cache
|
||||
|
|
|
|||
2
.github/workflows/github_actions.yml
vendored
2
.github/workflows/github_actions.yml
vendored
|
|
@ -478,7 +478,7 @@ jobs:
|
|||
shell: bash
|
||||
- name: Setup cache
|
||||
id: setup-cache
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
~/cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue