diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-25 15:01:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 15:01:26 -0300 |
commit | 8eede63988a9e5857a7c727a7d9e9a6812570075 (patch) | |
tree | 8e5b4abe316bc0647d9a63610f519e461900cd0d | |
parent | 06f85dda9aab50a801d2d61bf6e86455d4def9e4 (diff) |
chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (#402)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/goreleaser.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index d119516..4eb942f 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -28,7 +28,7 @@ jobs: if: env.SNAPCRAFT_LOGIN != null run: snapcraft login --with <(echo "$SNAPCRAFT_LOGIN") - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v3 with: version: latest args: release --snapshot --skip-publish --skip-sign --rm-dist |