From 3a6a5c24624f48324a7f541888f71a5037e0d846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:57:21 +0000 Subject: [PATCH] chore: bump the actions group across 1 directory with 3 updates (#307) Bumps the actions group with 3 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [helm/chart-testing-action](https://github.com/helm/chart-testing-action) and [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action). Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.3.0...v5.4.0) Updates `helm/chart-testing-action` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.6.1...v2.7.0) Updates `helm/chart-releaser-action` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](https://github.com/helm/chart-releaser-action/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: helm/chart-releaser-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elio Bischof --- .github/workflows/lint.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 27a97fc..abd1c27 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,14 +33,14 @@ jobs: - id: 'set-up-python' name: Install Python (The Chart Testing CLI Depends On It) - uses: 'actions/setup-python@v5.3.0' + uses: 'actions/setup-python@v5.4.0' with: python-version: 3.11.4 if: steps.list-changed-test.outputs.any_changed == 'true' - id: 'set-up-chart-testing' name: Install Chart Testing CLI - uses: 'helm/chart-testing-action@v2.6.1' + uses: 'helm/chart-testing-action@v2.7.0' with: version: 'v3.8.0' if: steps.list-changed-test.outputs.any_changed == 'true' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bd01a5..886069c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: 'helm repo add cockroachdb https://charts.cockroachdb.com/' - id: 'release' - uses: 'helm/chart-releaser-action@v1.6.0' + uses: 'helm/chart-releaser-action@v1.7.0' env: CR_GENERATE_RELEASE_NOTES: 'true' CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"