From bd1585010007434f38692856b69109b700a7f7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 04:11:40 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/checkout Bumps the actions-all group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.3 to 7.0.1 - [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.0.3...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/export-chronos2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a30a19c..01d13c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: name: Quality checks (poe) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.1 - uses: astral-sh/setup-uv@v7 with: enable-cache: true diff --git a/.github/workflows/export-chronos2.yml b/.github/workflows/export-chronos2.yml index e8dcbbe..4c5b2ae 100644 --- a/.github/workflows/export-chronos2.yml +++ b/.github/workflows/export-chronos2.yml @@ -32,7 +32,7 @@ jobs: id-token: write # mint the GitHub OIDC token for the HF trusted-publishing exchange contents: read steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.1 - uses: astral-sh/setup-uv@v7 - run: uv sync --frozen --extra chronos - name: Export + verify