From cac234b4f3a1b8b6df8cdb8371667113df56eb26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 15:38:14 +0000 Subject: [PATCH] MNT: (deps): Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-analysis.yml | 2 +- .github/workflows/docs-conda.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/linting.yml | 2 +- .github/workflows/nightly-builds.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/tests-conda.yml | 2 +- .github/workflows/tests-pypi.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index a063fa4b6be..c6601c32d00 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize CodeQL uses: github/codeql-action/init@v1 diff --git a/.github/workflows/docs-conda.yml b/.github/workflows/docs-conda.yml index de1b0a2b28d..85b8f5bd66b 100644 --- a/.github/workflows/docs-conda.yml +++ b/.github/workflows/docs-conda.yml @@ -31,7 +31,7 @@ jobs: steps: # We check out only a limited depth and then pull tags to save time - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 100 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1a06984eeea..878760ff885 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: steps: # We check out only a limited depth and then pull tags to save time - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 100 diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1e3e9c2eabc..b4aa26935cc 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -13,7 +13,7 @@ jobs: name: Flake8 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python 3 uses: actions/setup-python@v2 diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 86a507323a9..dea86e04b19 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -25,7 +25,7 @@ jobs: steps: # We check out only a limited depth and then pull tags to save time - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 100 @@ -68,7 +68,7 @@ jobs: steps: # We check out only a limited depth and then pull tags to save time - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 100 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9c41e0064b..9fcee192e35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: name: Build Release Packages runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 10 diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index c229febc1c2..02b2d13efde 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -30,7 +30,7 @@ jobs: steps: # We check out only a limited depth and then pull tags to save time - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 100 diff --git a/.github/workflows/tests-pypi.yml b/.github/workflows/tests-pypi.yml index 078319b5641..a9ae1eafd9b 100644 --- a/.github/workflows/tests-pypi.yml +++ b/.github/workflows/tests-pypi.yml @@ -35,7 +35,7 @@ jobs: steps: # We check out only a limited depth and then pull tags to save time - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 100