mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
bump actions/checkout and actions/cache [ci skip]
This commit is contained in:
parent
788593fde2
commit
b7f5b5743f
2 changed files with 3 additions and 3 deletions
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
continue-on-error: ${{ matrix.experimental }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 32
|
||||
ref: ${{ matrix.branch }}
|
||||
|
|
@ -150,7 +150,7 @@ jobs:
|
|||
shell: bash
|
||||
- name: Setup cache
|
||||
id: setup-cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/cache
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: [ubuntu-latest]
|
||||
steps:
|
||||
- name: Checkout nwchem
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: nwchemgit/nwchem
|
||||
persist-credentials: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue