From c281ad0c837e542f65956c6abfde6a06964a30e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 06:10:40 +0000 Subject: [PATCH] Bump goreleaser/goreleaser-action from v2.4.1 to v2.5.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from v2.4.1 to v2.5.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Changelog](https://github.com/goreleaser/goreleaser-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.4.1...5e15885530fb01d81d1f24e8a6f54ebbd0fed7eb) 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 1d1e930..10ac2b0 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.4.1 + uses: goreleaser/goreleaser-action@v2.5.0 with: version: latest args: check diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7038f92..814fd49 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.4.1 + uses: goreleaser/goreleaser-action@v2.5.0 with: version: latest args: release --rm-dist -- GitLab