From 7fe65374d8b604c78c01df1ea9628bfd9b572402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:06:39 +0000 Subject: [PATCH] Bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d72ad3..f95bad8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GORELEASER_GITHUB_TOKEN }} - name: Release - uses: goreleaser/goreleaser-action@v3.0.0 + uses: goreleaser/goreleaser-action@v3.1.0 with: args: release --rm-dist env: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3a3f9e0..b361390 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -35,7 +35,7 @@ jobs: with: go-version: 1.19 # https://golang.org/dl/ - name: Goreleaser Check - uses: goreleaser/goreleaser-action@v3.0.0 + uses: goreleaser/goreleaser-action@v3.1.0 with: args: check test: