From 3f734403162661bdba10526950968ec83174ff91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:07:57 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 12e6d8a..2908b88 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: outputs: jobs: ${{ steps.plan.outputs.jobs }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: plan run: | python3 - <<'EOF' >> "$GITHUB_OUTPUT" @@ -55,7 +55,7 @@ jobs: job: ${{ fromJson(needs.matrix.outputs.jobs) }} runs-on: ${{ matrix.job.runner }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build id: build