From 65fa4681017a43bfca30d9f25ea4690b2ce25e8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:29:19 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 46fb335f..0562e15e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,7 @@ jobs: image: docker/tilt:latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: azure/setup-helm@v4.3.1