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