From fa5d4e7a6f92c0d662556f33bf8c30a4028f6321 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 12 Aug 2025 15:31:44 -0700 Subject: [PATCH] bump checkout action from 4 to 5 --- .github/workflows/check_64_to_32.yml | 2 +- .github/workflows/docker_actions.yml | 4 ++-- .github/workflows/github_actions.yml | 2 +- .github/workflows/lint_python.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check_64_to_32.yml b/.github/workflows/check_64_to_32.yml index 7553348e19..95c91dc61c 100644 --- a/.github/workflows/check_64_to_32.yml +++ b/.github/workflows/check_64_to_32.yml @@ -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 diff --git a/.github/workflows/docker_actions.yml b/.github/workflows/docker_actions.yml index 31e25f645c..094aed5866 100644 --- a/.github/workflows/docker_actions.yml +++ b/.github/workflows/docker_actions.yml @@ -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 diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 8a0d986566..fb7f76279c 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -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 diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index 9981feb212..4bb8e9412b 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/lint_python.yml @@ -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'