mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
Merge pull request #1143 from edoapra/makemay2025
bump checkout action from 4 to 5
This commit is contained in:
commit
9f76da19ea
4 changed files with 5 additions and 5 deletions
2
.github/workflows/check_64_to_32.yml
vendored
2
.github/workflows/check_64_to_32.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/docker_actions.yml
vendored
4
.github/workflows/docker_actions.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/github_actions.yml
vendored
2
.github/workflows/github_actions.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue