From 3fbd017512e8e8cd21a88ce2fc8d106db27f6d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 17:55:55 -0700 Subject: [PATCH] Bump goreleaser/goreleaser-action from 2.6.1 to 2.9.1 (#4636) Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2.6.1 to 2.9.1. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/ac067437f516133269923265894e77920c3dce18...b953231f81b8dfd023c58e0854a721e35037f28b) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zach Wasserman --- .github/workflows/goreleaser-fleet.yaml | 2 +- .github/workflows/goreleaser-snapshot-fleet.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser-fleet.yaml b/.github/workflows/goreleaser-fleet.yaml index d21aa083b6..8ea140b616 100644 --- a/.github/workflows/goreleaser-fleet.yaml +++ b/.github/workflows/goreleaser-fleet.yaml @@ -38,7 +38,7 @@ jobs: run: make deps-go - name: Run GoReleaser - uses: goreleaser/goreleaser-action@ac067437f516133269923265894e77920c3dce18 # v2.6.1 + uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b with: distribution: goreleaser-pro version: latest diff --git a/.github/workflows/goreleaser-snapshot-fleet.yaml b/.github/workflows/goreleaser-snapshot-fleet.yaml index 62fe4c5992..4d4f66276c 100644 --- a/.github/workflows/goreleaser-snapshot-fleet.yaml +++ b/.github/workflows/goreleaser-snapshot-fleet.yaml @@ -31,7 +31,7 @@ jobs: run: make deps - name: Run GoReleaser - uses: goreleaser/goreleaser-action@ac067437f516133269923265894e77920c3dce18 # v2.6.1 + uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b with: distribution: goreleaser-pro version: latest