bump actions/checkout and actions/cache [ci skip]

This commit is contained in:
edoapra 2024-01-22 10:00:09 -08:00
parent 788593fde2
commit b7f5b5743f
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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