From 65cb0305fd62022eae9703732e91dc3b58f0feae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:25:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/helm-charts-release-to-gh-oci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-charts-release-to-gh-oci.yml b/.github/workflows/helm-charts-release-to-gh-oci.yml index da30052..dca28aa 100644 --- a/.github/workflows/helm-charts-release-to-gh-oci.yml +++ b/.github/workflows/helm-charts-release-to-gh-oci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0