Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
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](golangci/golangci-lint-action@v4...v5)

Updates `helm/kind-action` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@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](hoverkraft-tech/ci-github-container@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 9100920 commit 3fd4762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 3fd4762

Please sign in to comment.