From a4b0a66e799a5b25490842ffd7dcdc95caa894f9 Mon Sep 17 00:00:00 2001 From: SIMULATAN Bot Date: Thu, 20 Nov 2025 22:11:03 +0000 Subject: [PATCH] chore(workflows): Update actions/checkout action to v6 --- .github/workflows/release-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-helm.yml b/.github/workflows/release-helm.yml index 8a4ae24..7230f40 100644 --- a/.github/workflows/release-helm.yml +++ b/.github/workflows/release-helm.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0