diff --git a/.github/workflows/docker_actions.yml b/.github/workflows/docker_actions.yml index 5c15019051..cc1db4193a 100644 --- a/.github/workflows/docker_actions.yml +++ b/.github/workflows/docker_actions.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 420 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'nwchemgit/nwchem-dockerfiles' fetch-depth: 5 diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 7f5ad49027..0d5dbee46a 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -385,7 +385,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 40 - name: Get Instruction diff --git a/.github/workflows/github_actions_archs.yml b/.github/workflows/github_actions_archs.yml index f5ea009b4e..0f4ae0c066 100644 --- a/.github/workflows/github_actions_archs.yml +++ b/.github/workflows/github_actions_archs.yml @@ -57,7 +57,7 @@ jobs: path: | ~/cache key: ${{ runner.os }}-${{ matrix.mpi_impl}}-${{ matrix.distro}}-${{ matrix.arch}}-nwchem-v009 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Checkout with: fetch-depth: 40 diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index 0310260ad1..4b00224e59 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@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: '3.11'