From 3558f5cfc05f8dc52f0ac556b26c6691ed4f1f2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:25:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 8f0a8e6..da30052 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0