From 3516ee47a2f33a8be538613d10a25396285ef14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 04:01:20 +0000 Subject: [PATCH] Bump goreleaser/goreleaser-action from 2.6.0 to 4.2.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2.6.0 to 4.2.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.6.0...v4.2.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 7f8fa57..584390e 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -18,7 +18,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2.3.4 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2.6.0 + uses: goreleaser/goreleaser-action@v4.2.0 with: version: latest args: check diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ce2b8ab..a9567ca 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: with: go-version: 1.13.x - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2.6.0 + uses: goreleaser/goreleaser-action@v4.2.0 with: version: latest args: release --rm-dist