From 2ec037eb01e65d5ed3ee8ce582e569c5729ce2d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:14:18 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/claude.yml | 2 +- .github/workflows/gen-expected.yml | 6 +++--- .github/workflows/gpu-benchmark.yml | 2 +- .github/workflows/gpu-e2e.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 6be420a..f906139 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -27,7 +27,7 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/gen-expected.yml b/.github/workflows/gen-expected.yml index d9bbcd4..1642dab 100644 --- a/.github/workflows/gen-expected.yml +++ b/.github/workflows/gen-expected.yml @@ -28,7 +28,7 @@ jobs: gen-macos-arm64: runs-on: macos-latest # Apple Silicon (arm64) as of late 2024 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@v7 @@ -47,7 +47,7 @@ jobs: gen-linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@v7 @@ -67,7 +67,7 @@ jobs: needs: [gen-macos-arm64, gen-linux] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download darwin-arm64 artifact uses: actions/download-artifact@v8 diff --git a/.github/workflows/gpu-benchmark.yml b/.github/workflows/gpu-benchmark.yml index 91535b1..a96ddbf 100644 --- a/.github/workflows/gpu-benchmark.yml +++ b/.github/workflows/gpu-benchmark.yml @@ -86,7 +86,7 @@ jobs: BLOCKS: ${{ inputs.residual_blocks || '16' }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check GPU run: nvidia-smi diff --git a/.github/workflows/gpu-e2e.yml b/.github/workflows/gpu-e2e.yml index 27e8183..7b889e9 100644 --- a/.github/workflows/gpu-e2e.yml +++ b/.github/workflows/gpu-e2e.yml @@ -57,7 +57,7 @@ jobs: runs-on: ${{ needs.ec2.outputs.id }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check GPU run: nvidia-smi