Skip to content

Commit ee16c98

Browse files
chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#97)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v3...v4) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98c9301 commit ee16c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: "Create release on GitHub"
21-
uses: goreleaser/goreleaser-action@v3
21+
uses: goreleaser/goreleaser-action@v4
2222
env:
2323
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2424
with:

0 commit comments

Comments
 (0)