From 0876dee90a43799c7134e2879c75d6c4f1cb9d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:43:43 +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/api.yml | 2 +- .github/workflows/ci_cmake.yml | 2 +- .github/workflows/ci_coverage.yml | 2 +- .github/workflows/ci_documentation.yml | 2 +- .github/workflows/ci_linux.yml | 2 +- .github/workflows/ci_macos.yml | 2 +- .github/workflows/ci_misc.yml | 2 +- .github/workflows/documentation.yml | 4 ++-- .github/workflows/readme_snippet.yml | 2 +- .github/workflows/update_cookbook.yml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index f3e60814..e66ce3d0 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout Sharg - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: sharg fetch-depth: 1 diff --git a/.github/workflows/ci_cmake.yml b/.github/workflows/ci_cmake.yml index 02e564b0..b38e03b7 100644 --- a/.github/workflows/ci_cmake.yml +++ b/.github/workflows/ci_cmake.yml @@ -29,7 +29,7 @@ jobs: if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'lint' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: sharg-parser fetch-depth: 1 diff --git a/.github/workflows/ci_coverage.yml b/.github/workflows/ci_coverage.yml index 6d80f271..a1c1a46e 100644 --- a/.github/workflows/ci_coverage.yml +++ b/.github/workflows/ci_coverage.yml @@ -49,7 +49,7 @@ jobs: run: echo "depth=$(( ${{ github.event.pull_request.commits }} + 2 ))" >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: sharg fetch-depth: ${{ steps.fetch_depth.outputs.depth }} diff --git a/.github/workflows/ci_documentation.yml b/.github/workflows/ci_documentation.yml index b82c868e..0c0e67ab 100644 --- a/.github/workflows/ci_documentation.yml +++ b/.github/workflows/ci_documentation.yml @@ -33,7 +33,7 @@ jobs: if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'lint' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 submodules: true diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 2780f1b2..1edb23d4 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: sharg fetch-depth: 1 diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index b2111446..274efb94 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: sharg fetch-depth: 1 diff --git a/.github/workflows/ci_misc.yml b/.github/workflows/ci_misc.yml index b7eac2e2..1efc8958 100644 --- a/.github/workflows/ci_misc.yml +++ b/.github/workflows/ci_misc.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: sharg fetch-depth: 1 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 04eab614..6723e150 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,13 +26,13 @@ jobs: if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true # To reuse scripts - name: Checkout SeqAn3 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: seqan/seqan3 ref: aa3df18a6df59679e07e9fe2de4e0998a94af7e7 diff --git a/.github/workflows/readme_snippet.yml b/.github/workflows/readme_snippet.yml index eaf5b80a..91058b7a 100644 --- a/.github/workflows/readme_snippet.yml +++ b/.github/workflows/readme_snippet.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout Sharg - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.SEQAN_ACTIONS_PAT }} diff --git a/.github/workflows/update_cookbook.yml b/.github/workflows/update_cookbook.yml index ac1c39d8..e7945b77 100644 --- a/.github/workflows/update_cookbook.yml +++ b/.github/workflows/update_cookbook.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout Sharg - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.SEQAN_ACTIONS_PAT }}