diff --git a/.github/workflows/docker_actions.yml b/.github/workflows/docker_actions.yml index 74ece4c8ca..f1a98896f9 100644 --- a/.github/workflows/docker_actions.yml +++ b/.github/workflows/docker_actions.yml @@ -23,7 +23,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 8e7d2bd13f..0b38e6f33e 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -358,7 +358,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'