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