From af72c33dab872331c512388226037a09556d5ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:30:26 +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/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be2ad63..7a8ad81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: # name-modifier: 'with Coverage' # steps: # - name: Checkout code -# uses: actions/checkout@v3 +# uses: actions/checkout@v4 # with: # fetch-depth: 0 # - name: Setup Python @@ -79,7 +79,7 @@ jobs: # # steps: # - name: Checkout code -# uses: actions/checkout@v3 +# uses: actions/checkout@v4 # with: # fetch-depth: 0 # - name: Setup Python @@ -113,7 +113,7 @@ jobs: # # steps: # - name: Checkout code -# uses: actions/checkout@v3 +# uses: actions/checkout@v4 # with: # fetch-depth: 0 # - name: Setup Python @@ -136,7 +136,7 @@ jobs: python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python @@ -158,7 +158,7 @@ jobs: - import-eigsolver steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow