Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (#193)
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2022
1 parent a658ad9 commit bb25997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
- name: Release
uses: goreleaser/goreleaser-action@v3.1.0
uses: goreleaser/goreleaser-action@v3.2.0
with:
args: release --rm-dist
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
go-version: 1.19 # https://golang.org/dl/
- name: Goreleaser Check
uses: goreleaser/goreleaser-action@v3.1.0
uses: goreleaser/goreleaser-action@v3.2.0
with:
args: check
test:
Expand Down

0 comments on commit bb25997

Please sign in to comment.