From 0e78113f96053b66ebdd0c470c66903b401c8d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 11:12:42 +0000 Subject: [PATCH] Bump goreleaser/goreleaser-action from 2.7.0 to 3.0.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.7.0...v3.0.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/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4830107..3b846a7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: skip-go-installation: true - name: Build - uses: goreleaser/goreleaser-action@v2.7.0 + uses: goreleaser/goreleaser-action@v3.0.0 with: version: latest args: release --snapshot --rm-dist diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f1507d9..c51d723 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: - name: Create Release id: createRelease - uses: goreleaser/goreleaser-action@v2.7.0 + uses: goreleaser/goreleaser-action@v3.0.0 with: version: latest args: release --rm-dist