From 99fec81ca562d54f7ca2b7ab91dd9473ecd05a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 10:29:39 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/gpu-smoke.yml | 2 +- .github/workflows/rocm-runner-preflight.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72d2563..44aea97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: # concerns the GPU run, not the CPU-installable package tested here. python: ["3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/gpu-smoke.yml b/.github/workflows/gpu-smoke.yml index 6249403..421caae 100644 --- a/.github/workflows/gpu-smoke.yml +++ b/.github/workflows/gpu-smoke.yml @@ -23,7 +23,7 @@ jobs: request: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ github.event.inputs.ref || github.ref }} fetch-depth: 0 diff --git a/.github/workflows/rocm-runner-preflight.yml b/.github/workflows/rocm-runner-preflight.yml index 8fd5f8a..8f81a38 100644 --- a/.github/workflows/rocm-runner-preflight.yml +++ b/.github/workflows/rocm-runner-preflight.yml @@ -37,7 +37,7 @@ jobs: HUNYUANOCR_SMOKE_IMAGES: ${{ secrets.HUNYUANOCR_SMOKE_IMAGES }} HUNYUANOCR_LLAMA_SERVER: ${{ secrets.HUNYUANOCR_LLAMA_SERVER }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ github.event.inputs.ref || github.ref }} - uses: actions/setup-python@v5