From 62acfc9a07b56a7725d27aff4a7dcf4595cf971b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 22:55:40 +0000 Subject: [PATCH] chore: bump goreleaser/goreleaser-action from 2 to 3 (#1652) Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coder.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 19165c8414..c9a153f481 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -335,7 +335,7 @@ jobs: path: ${{ steps.go-cache-paths.outputs.go-mod }} key: ${{ runner.os }}-release-go-mod-${{ hashFiles('**/go.sum') }} - - uses: goreleaser/goreleaser-action@v2 + - uses: goreleaser/goreleaser-action@v3 with: install-only: true @@ -354,7 +354,7 @@ jobs: run: make -B site/out/index.html - name: Build Release - uses: goreleaser/goreleaser-action@v2.9.1 + uses: goreleaser/goreleaser-action@v3 with: version: latest args: release --snapshot --rm-dist --skip-sign @@ -467,7 +467,7 @@ jobs: with: node-version: "14" - - uses: goreleaser/goreleaser-action@v2 + - uses: goreleaser/goreleaser-action@v3 with: install-only: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 28bb050975..34bd1a6bff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,7 +80,7 @@ jobs: run: make site/out/index.html - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2.9.1 + uses: goreleaser/goreleaser-action@v3 with: version: latest args: release --rm-dist