From 64522f9f5b3bb34011d7a8f5f2b2bd8fca4794ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:35:39 +0000 Subject: [PATCH] chore(deps): bump the gha group with 2 updates Bumps the gha group with 2 updates: [ko-build/setup-ko](https://github.com/ko-build/setup-ko) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `ko-build/setup-ko` from 0.7 to 0.8 - [Release notes](https://github.com/ko-build/setup-ko/releases) - [Commits](https://github.com/ko-build/setup-ko/compare/v0.7...v0.8) Updates `golangci/golangci-lint-action` from 6.1.1 to 6.2.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: ko-build/setup-ko dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 2 +- .github/workflows/pr-validation.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c2b412ff4..080b73768 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -70,7 +70,7 @@ jobs: cache: true - name: Install ko - uses: ko-build/setup-ko@v0.7 + uses: ko-build/setup-ko@v0.8 with: version: v0.16.0 diff --git a/.github/workflows/pr-validation.yaml b/.github/workflows/pr-validation.yaml index 7c3fcb9d9..9f3138def 100644 --- a/.github/workflows/pr-validation.yaml +++ b/.github/workflows/pr-validation.yaml @@ -97,7 +97,7 @@ jobs: go-version-file: "go.mod" - name: golangci-lint - uses: golangci/golangci-lint-action@v6.1.1 + uses: golangci/golangci-lint-action@v6.2.0 with: version: "v1.62.0" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e45aa9d22..de702e2d9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -163,7 +163,7 @@ jobs: go-version-file: "go.mod" cache: true - - uses: ko-build/setup-ko@v0.7 + - uses: ko-build/setup-ko@v0.8 with: version: v0.16.0