From 2281dd2081907473039450d61dfa6d3879ff6241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 22:34:35 +0000 Subject: [PATCH] chore: bump goreleaser/goreleaser-action from 2 to 3 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] --- .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 644b41dd3e6a0..177e2fff9d953 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 28bb050975173..34bd1a6bff4ca 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