Skip to content

Commit 7d15504

Browse files
chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (projectdiscovery#85)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v2...v3) --- 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>
1 parent 7837603 commit 7d15504

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@v2
21+
uses: goreleaser/goreleaser-action@v3
2222
env:
2323
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2424
with:

0 commit comments

Comments
 (0)