From f682e28961d6a78424970f4005b83f1661ee46bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 05:07:05 +0000 Subject: [PATCH] gha: bump goreleaser/goreleaser-action Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5afacd2427634ace3f2f8a0418a526545c071ffe to 3. This release includes the previously tagged commit. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/5afacd2427634ace3f2f8a0418a526545c071ffe...68acf3b1adf004ac9c2f0a4259e85c5f66e99bef) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69810022..5f203e03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: # https://goreleaser.com/ci/actions/ - name: Run GoReleaser - uses: goreleaser/goreleaser-action@5afacd2427634ace3f2f8a0418a526545c071ffe # v2 + uses: goreleaser/goreleaser-action@68acf3b1adf004ac9c2f0a4259e85c5f66e99bef # v2 #if: startsWith(github.ref, 'refs/tags/v') with: version: latest