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