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 2ca323726db..3b0a4a31a94 100644 --- a/.github/workflows/docs-conda.yml +++ b/.github/workflows/docs-conda.yml @@ -28,7 +28,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 86da6c6d23c..8d8223a9f01 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@v3 diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index a4c141d297f..59c243505ac 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 0f5098d2529..260c330b90d 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 31b467ba34d..20bcd9eca0a 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 99a943d9643..905a7cc275a 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