Merge pull request #1143 from edoapra/makemay2025

bump checkout action from 4 to 5
This commit is contained in:
NWChem: Open Source High-Performance Computational Chemistry 2025-08-15 09:18:28 -07:00 committed by GitHub
commit 9f76da19ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
show-progress:
fetch-depth: 1

View file

@ -22,13 +22,13 @@ jobs:
timeout-minutes: 420
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: 'nwchemgit/nwchem-dockerfiles'
fetch-depth: 5
- name: Setup cache
id: setup-cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/cache

View file

@ -499,7 +499,7 @@ jobs:
fi
shell: bash
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
show-progress:
fetch-depth: 200

View file

@ -11,7 +11,7 @@ jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: '3.12.3'