From 6c259a895ddf5494f9f7b13571aa9ed238750f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:35:08 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 in the gha-all group Bumps the gha-all group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/maintenance.yml | 2 +- .github/workflows/pr-quality.yml | 2 +- .github/workflows/sync-wiki.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd70fa1..bf167ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: backend: ${{ steps.filter.outputs.backend }} frontend: ${{ steps.filter.outputs.frontend }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dorny/paths-filter@v4 id: filter with: @@ -87,7 +87,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Skip notice (no backend changes) if: needs.changes.outputs.backend != 'true' @@ -147,7 +147,7 @@ jobs: run: working-directory: frontend steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Skip notice (no frontend changes) if: needs.changes.outputs.frontend != 'true' diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index cd754ca..76baf69 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Lychee uses: lycheeverse/lychee-action@v2 with: diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml index 3417f2f..d19252f 100644 --- a/.github/workflows/pr-quality.yml +++ b/.github/workflows/pr-quality.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 2 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check spelling # Non-blocking. The codebase ingests pharmaceutical OCR text # full of legitimate-looking misspellings (e.g. segmentation diff --git a/.github/workflows/sync-wiki.yml b/.github/workflows/sync-wiki.yml index b4203cb..f1801db 100644 --- a/.github/workflows/sync-wiki.yml +++ b/.github/workflows/sync-wiki.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout main repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1