From 79190e7d0b78218f539fa1da8fe919c5274fae74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:59:19 +0000 Subject: [PATCH] Renovate: Update actions/checkout action to v6 --- .github/workflows/publish-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-helm.yml b/.github/workflows/publish-helm.yml index 8dd7648..8c76177 100644 --- a/.github/workflows/publish-helm.yml +++ b/.github/workflows/publish-helm.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Helm uses: azure/setup-helm@v4.3.1