diff --git a/.github/workflows/ci_cmake.yml b/.github/workflows/ci_cmake.yml index 668c5d9f..d709395c 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@v4 + uses: actions/checkout@v5 with: submodules: true diff --git a/.github/workflows/ci_coverage.yml b/.github/workflows/ci_coverage.yml index fc0abf96..b1330e67 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/ci_documentation.yml b/.github/workflows/ci_documentation.yml index b637bc4a..9a10894b 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@v4 + uses: actions/checkout@v5 # pull_request_target does not checkout the merge commit by default - name: Checkout if: github.event_name == 'pull_request_target' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: "refs/pull/${{ github.event.number }}/merge" diff --git a/.github/workflows/ci_license.yml b/.github/workflows/ci_license.yml index 29e55f56..547f3ead 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@v4 + uses: actions/checkout@v5 - name: REUSE Compliance Check uses: fsfe/reuse-action@v5 diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index f65f6105..1aab08a9 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@v4 + uses: actions/checkout@v5 - 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 6a52853a..1c34d3ee 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@v4 + uses: actions/checkout@v5 - name: Setup toolchain uses: seqan/actions/setup-toolchain@main diff --git a/.github/workflows/ci_misc.yml b/.github/workflows/ci_misc.yml index 531b94b1..9e79a4b0 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@v4 + uses: actions/checkout@v5 - 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 24e8a607..f45cf721 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@v4 + uses: actions/checkout@v5 with: submodules: true diff --git a/.github/workflows/cron_codeql.yml b/.github/workflows/cron_codeql.yml index c7e67418..e8f46dbc 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@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/readme_snippet.yml b/.github/workflows/readme_snippet.yml index 20bea2a0..6e2bbfa6 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@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.SEQAN_ACTIONS_PAT }} diff --git a/.github/workflows/update_cookbook.yml b/.github/workflows/update_cookbook.yml index b463fb37..4d2f86b0 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@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.SEQAN_ACTIONS_PAT }}