From 6b965222394c94bb84c6e05c556975719687a2be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 17:57:33 +0000 Subject: [PATCH] chore(deps): update ci (non-major) --- .github/workflows/charts-lint-and-test.yaml | 4 ++-- .github/workflows/charts-publish.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/charts-lint-and-test.yaml b/.github/workflows/charts-lint-and-test.yaml index 3d23234..03b5ece 100644 --- a/.github/workflows/charts-lint-and-test.yaml +++ b/.github/workflows/charts-lint-and-test.yaml @@ -27,10 +27,10 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.14 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.3.1 + uses: helm/chart-testing-action@v2.8.0 with: version: v3.3.0 diff --git a/.github/workflows/charts-publish.yaml b/.github/workflows/charts-publish.yaml index e54f80a..f29b545 100644 --- a/.github/workflows/charts-publish.yaml +++ b/.github/workflows/charts-publish.yaml @@ -44,7 +44,7 @@ jobs: GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.7.0 with: charts_dir: infra/charts config: infra/charts/cr.yaml