diff --git a/.github/workflows/ci_cmake.yml b/.github/workflows/ci_cmake.yml index 3da277c2..a4077997 100644 --- a/.github/workflows/ci_cmake.yml +++ b/.github/workflows/ci_cmake.yml @@ -38,7 +38,7 @@ jobs: image: ghcr.io/seqan/gcc-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/ci_coverage.yml b/.github/workflows/ci_coverage.yml index 59e2ac92..a1212c3a 100644 --- a/.github/workflows/ci_coverage.yml +++ b/.github/workflows/ci_coverage.yml @@ -38,7 +38,7 @@ jobs: image: ghcr.io/seqan/${{ matrix.compiler }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/ci_documentation.yml b/.github/workflows/ci_documentation.yml index 4dbd44c1..a95b5971 100644 --- a/.github/workflows/ci_documentation.yml +++ b/.github/workflows/ci_documentation.yml @@ -34,12 +34,12 @@ jobs: steps: - name: Checkout if: github.event_name != 'pull_request_target' - uses: actions/checkout@v6 + uses: actions/checkout@v7 # pull_request_target does not checkout the merge commit by default - name: Checkout if: github.event_name == 'pull_request_target' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: "refs/pull/${{ github.event.number }}/merge" diff --git a/.github/workflows/ci_license.yml b/.github/workflows/ci_license.yml index 0f804d54..770471d5 100644 --- a/.github/workflows/ci_license.yml +++ b/.github/workflows/ci_license.yml @@ -32,7 +32,7 @@ jobs: if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'lint' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: REUSE Compliance Check uses: fsfe/reuse-action@v6 diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 30759979..77e34b28 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -38,7 +38,7 @@ jobs: image: ghcr.io/seqan/${{ matrix.compiler }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup cache uses: seqan/actions/setup-actions-cache@main diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index 0c32389b..c3b12a7b 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -36,7 +36,7 @@ jobs: compiler: ["clang-latest", "clang-second-latest", "clang-third-latest", "gcc-latest", "gcc-second-latest", "gcc-third-latest"] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup toolchain uses: seqan/actions/setup-toolchain@main diff --git a/.github/workflows/ci_misc.yml b/.github/workflows/ci_misc.yml index 671f5b2b..e0c7a47c 100644 --- a/.github/workflows/ci_misc.yml +++ b/.github/workflows/ci_misc.yml @@ -39,7 +39,7 @@ jobs: image: ghcr.io/seqan/${{ matrix.compiler }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup cache uses: seqan/actions/setup-actions-cache@main diff --git a/.github/workflows/cron_api.yml b/.github/workflows/cron_api.yml index feff40ff..6a21e267 100644 --- a/.github/workflows/cron_api.yml +++ b/.github/workflows/cron_api.yml @@ -37,7 +37,7 @@ jobs: image: ghcr.io/seqan/${{ matrix.compiler }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/cron_codeql.yml b/.github/workflows/cron_codeql.yml index b691fa96..af61b710 100644 --- a/.github/workflows/cron_codeql.yml +++ b/.github/workflows/cron_codeql.yml @@ -33,7 +33,7 @@ jobs: image: ghcr.io/seqan/gcc-second-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/cron_latest_libraries.yml b/.github/workflows/cron_latest_libraries.yml index 259204ec..03a3fa51 100644 --- a/.github/workflows/cron_latest_libraries.yml +++ b/.github/workflows/cron_latest_libraries.yml @@ -36,7 +36,7 @@ jobs: image: ghcr.io/seqan/${{ matrix.compiler }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update dependencies run: | diff --git a/.github/workflows/cron_sanitizer.yml b/.github/workflows/cron_sanitizer.yml index 51ab225f..5d9e132f 100644 --- a/.github/workflows/cron_sanitizer.yml +++ b/.github/workflows/cron_sanitizer.yml @@ -75,7 +75,7 @@ jobs: image: ${{ matrix.image || '' }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup compiler if: contains(matrix.os, 'macos') diff --git a/.github/workflows/readme_snippet.yml b/.github/workflows/readme_snippet.yml index 06a48124..67a1cb51 100644 --- a/.github/workflows/readme_snippet.yml +++ b/.github/workflows/readme_snippet.yml @@ -29,7 +29,7 @@ jobs: if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' steps: - name: Checkout Sharg - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.SEQAN_ACTIONS_PAT }} diff --git a/.github/workflows/update_cookbook.yml b/.github/workflows/update_cookbook.yml index 996633ab..8fbe2a03 100644 --- a/.github/workflows/update_cookbook.yml +++ b/.github/workflows/update_cookbook.yml @@ -29,7 +29,7 @@ jobs: if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' steps: - name: Checkout Sharg - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.SEQAN_ACTIONS_PAT }}