From 869647aa96cc4f69d0e45710f6c420df65ccedfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:59:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build-scan-changed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-scan-changed.yaml b/.github/workflows/build-scan-changed.yaml index f029f3c..c11ce32 100644 --- a/.github/workflows/build-scan-changed.yaml +++ b/.github/workflows/build-scan-changed.yaml @@ -32,7 +32,7 @@ jobs: dirs: ${{ steps.set.outputs.dirs }} any: ${{ steps.set.outputs.any }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0