Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tempusfrangit committed Jun 19, 2024
1 parent 2e764c4 commit 493d1a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: "Set up Go"
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@v6
with:
args: check

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
name: "Set up Go"
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@v6
name: "Build Snapshot"
with:
version: latest
Expand All @@ -89,7 +89,7 @@ jobs:
name: "Set up Go"
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@v6
name: "Release"
if: startsWith(github.ref, 'refs/tags/')
with:
Expand Down

0 comments on commit 493d1a6

Please sign in to comment.