From 3b05617f277811d1eb610e9a4b12a71d41ddbadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:40:08 +0000 Subject: [PATCH] build(deps): 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/camera-service-build.yml | 2 +- .github/workflows/camera_service_compilation.yml | 2 +- .github/workflows/camera_service_compilation_pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/camera-service-build.yml b/.github/workflows/camera-service-build.yml index 26967b9..4b2b477 100644 --- a/.github/workflows/camera-service-build.yml +++ b/.github/workflows/camera-service-build.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ inputs.ref }} allow-unsafe-pr-checkout: true diff --git a/.github/workflows/camera_service_compilation.yml b/.github/workflows/camera_service_compilation.yml index 58ade13..43f0c8f 100644 --- a/.github/workflows/camera_service_compilation.yml +++ b/.github/workflows/camera_service_compilation.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Resolve SDK URL from latest wrynose nightly id: urls diff --git a/.github/workflows/camera_service_compilation_pr.yml b/.github/workflows/camera_service_compilation_pr.yml index 2716cba..2717d6d 100644 --- a/.github/workflows/camera_service_compilation_pr.yml +++ b/.github/workflows/camera_service_compilation_pr.yml @@ -53,7 +53,7 @@ jobs: }); - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ steps.pr.outputs.sha }} allow-unsafe-pr-checkout: true