From 89103f40fefd3d3982f1e43729dba0827b41445b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 07:02:44 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/tlc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tlc.yml b/.github/workflows/tlc.yml index 5400c3d..65d3ec9 100644 --- a/.github/workflows/tlc.yml +++ b/.github/workflows/tlc.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 # we need history to switch/create branches