From 3fd4762486d9f93d263a049e29b8f626fc8f2697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 04:32:23 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group with 3 updates Bumps the github-actions-dependencies group with 3 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action), [helm/kind-action](https://github.com/helm/kind-action) and [hoverkraft-tech/ci-github-container](https://github.com/hoverkraft-tech/ci-github-container). Updates `golangci/golangci-lint-action` from 4 to 5 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5) Updates `helm/kind-action` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0) Updates `hoverkraft-tech/ci-github-container` from 0.15.1 to 0.16.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-container/compare/0.15.1...0.16.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-container dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/__shared-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 3208f06..4e70141 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -24,7 +24,7 @@ jobs: with: go-version: '1.21' - name: Run linters - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: version: v1.54 @@ -107,7 +107,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' @@ -116,7 +116,7 @@ jobs: docker-build-images: name: "Docker: Build Images" needs: [golangci-lint, go-test, go-coverage, chart-testing] - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.15.1 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.16.0 permissions: actions: write contents: read