From 310e31d779b170a427d2bdf93c8d10912175891b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:54:56 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker_actions.yml | 2 +- .github/workflows/github_actions.yml | 2 +- .github/workflows/github_actions_archs.yml | 2 +- .github/workflows/lint_python.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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'