From 2badc82fbd4775200d54bd82383d9fd4738d5d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:23:00 +0000 Subject: [PATCH] ci: Bump the ci-dependencies group across 1 directory with 2 updates Bumps the ci-dependencies group with 2 updates in the / directory: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [helm/kind-action](https://github.com/helm/kind-action). Updates `golangci/golangci-lint-action` from 4 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v6) 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) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-application.yml b/.github/workflows/ci-application.yml index d804fba..230a9cf 100644 --- a/.github/workflows/ci-application.yml +++ b/.github/workflows/ci-application.yml @@ -24,7 +24,7 @@ jobs: with: go-version-file: go.mod - name: Run lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 unit-test: name: Unit Tests @@ -37,7 +37,7 @@ jobs: with: go-version-file: go.mod - name: Setup Kubernetes cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 with: cluster_name: switchboard-tests - name: Setup just