From cdf3f53a3965ef14fb1b93c3d4e9fe866188862b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 09:56:26 +0000 Subject: [PATCH] chore(deps): update bjw-s-labs/helm-charts-actions action to v2025.10.0 --- .github/workflows/charts-lint.yaml | 4 ++-- .github/workflows/charts-release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 86176aaa..dceae966 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -36,13 +36,13 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Verify chart version - uses: bjw-s-labs/helm-charts-actions/verify-chart-version@2025.2.0 + uses: bjw-s-labs/helm-charts-actions/verify-chart-version@2025.10.0 id: verify-chart-version with: chart: "charts/${{ matrix.chart }}" - name: Verify chart changelog - uses: bjw-s-labs/helm-charts-actions/verify-chart-changelog@2025.2.0 + uses: bjw-s-labs/helm-charts-actions/verify-chart-changelog@2025.10.0 if: inputs.isRenovatePR != 'true' id: verify-chart-changelog with: diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 71dc5440..002fe20f 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - name: Collect charts to release - uses: bjw-s-labs/helm-charts-actions/collect-charts@2025.2.0 + uses: bjw-s-labs/helm-charts-actions/collect-charts@2025.10.0 id: collect-charts with: repoConfigFile: ./.ci/repo-config.yaml