Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 2.4.1 to 4.2.0 (#49)
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2.4.1 to 4.2.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v2.4.1...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 28, 2023
1 parent 67d5fbe commit d66f720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.4.1
uses: goreleaser/goreleaser-action@v4.2.0
with:
version: latest
args: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: 1.13.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.4.1
uses: goreleaser/goreleaser-action@v4.2.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit d66f720

Please sign in to comment.