Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group across 1 dire…
Browse files Browse the repository at this point in the history
…ctory with 5 updates

Bumps the github-actions-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/setup-go](https://github.com/actions/setup-go) | `5.0.0` | `5.0.1` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `4` | `6` |
| [coverallsapp/github-action](https://github.com/coverallsapp/github-action) | `2.2.3` | `2.3.0` |
| [helm/kind-action](https://github.com/helm/kind-action) | `1.9.0` | `1.10.0` |
| [hoverkraft-tech/ci-github-container](https://github.com/hoverkraft-tech/ci-github-container) | `0.15.1` | `0.16.0` |



Updates `actions/setup-go` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.0...v5.0.1)

Updates `golangci/golangci-lint-action` from 4 to 6
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v4...v6)

Updates `coverallsapp/github-action` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@v2.2.3...v2.3.0)

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: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 10, 2024
1 parent 9100920 commit 2c26b74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: '1.21'
- name: Run linters
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.54

Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Go
if: success()
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: ${{ matrix.go-version }}
- name: Run tests
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Go
if: success()
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: '1.21'
- name: Calc coverage
Expand All @@ -65,7 +65,7 @@ jobs:
with:
version: v1.0.6
- name: Coveralls
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.github_token }}
file: coverage.lcov
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 2c26b74

Please sign in to comment.