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