From 17a3fab480628ed7db4b09177609a21fb86c90d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:14:37 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/builder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index b397d3a2..31ea1f27 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 # need to checkout "all commits" for certain features to work (e.g., get all changed files)