From c6f4cc4d1da802806cb0456f3cfadc17aefef49e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:14:36 +0000 Subject: [PATCH] Build(deps): bump actions/checkout from 4 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.0.0. - [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.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/uncaged-ci.yml | 6 +++--- .github/workflows/uncaged-release.yml | 10 +++++----- .github/workflows/uncaged-review.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/uncaged-ci.yml b/.github/workflows/uncaged-ci.yml index e473ce87..1e212d5b 100644 --- a/.github/workflows/uncaged-ci.yml +++ b/.github/workflows/uncaged-ci.yml @@ -33,7 +33,7 @@ jobs: timeout-minutes: 90 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: # The repo tracks some assets (input-classifier models, *.pdb) via # Git LFS — fetch them so the build has its resources. @@ -91,7 +91,7 @@ jobs: timeout-minutes: 90 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -135,7 +135,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true diff --git a/.github/workflows/uncaged-release.yml b/.github/workflows/uncaged-release.yml index 154452ef..f1e9aa95 100644 --- a/.github/workflows/uncaged-release.yml +++ b/.github/workflows/uncaged-release.yml @@ -86,7 +86,7 @@ jobs: arch: [aarch64, x86_64] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -157,7 +157,7 @@ jobs: timeout-minutes: 180 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -285,7 +285,7 @@ jobs: timeout-minutes: 180 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -361,7 +361,7 @@ jobs: timeout-minutes: 180 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true @@ -444,7 +444,7 @@ jobs: timeout-minutes: 180 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: lfs: true diff --git a/.github/workflows/uncaged-review.yml b/.github/workflows/uncaged-review.yml index 4df8b2d2..573ebeb2 100644 --- a/.github/workflows/uncaged-review.yml +++ b/.github/workflows/uncaged-review.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout if: env.ANTHROPIC_API_KEY != '' - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0