From 0eef980126db1711ce4c7cd133b2de694f8dc77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Apr 2021 23:39:09 +0000 Subject: [PATCH] chore(ci): bump goreleaser/goreleaser-action from v1 to v2.5.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from v1 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/v1...5e15885530fb01d81d1f24e8a6f54ebbd0fed7eb) Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3fac5f8..32df615 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: run: echo "${{ secrets.GH_PAT_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v1 + uses: goreleaser/goreleaser-action@v2.5.0 with: version: latest args: release --rm-dist