From a001858b91bc1270fa5d9d6f15a3cb024b31c9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 04:04:58 +0000 Subject: [PATCH] Bump goreleaser/goreleaser-action from 2 to 2.5.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 2.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...v2.5.0) Signed-off-by: dependabot[bot] --- .github/workflows/release-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-plugin.yaml b/.github/workflows/release-plugin.yaml index 8a34626a..806bb29e 100644 --- a/.github/workflows/release-plugin.yaml +++ b/.github/workflows/release-plugin.yaml @@ -25,7 +25,7 @@ jobs: with: go-version: "^1.16.2" - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v2.5.0 env: VERSION: ${{ steps.prep.outputs.VERSION }} REVISION: ${{ github.sha }}