diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-16 20:00:23 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-12-17 17:55:23 +0100 |
commit | 35350d76a03e48d62db6eecb8b6da5ea41fd9dfd (patch) | |
tree | ee726adc5dbb4a962580cdf08211a7a5ecf67df1 /.github/workflows | |
parent | 529541c2a86cb9fe8f5c8cd55fa52c7406d1b5e7 (diff) | |
download | feed2imap-go-35350d76a03e48d62db6eecb8b6da5ea41fd9dfd.tar.gz feed2imap-go-35350d76a03e48d62db6eecb8b6da5ea41fd9dfd.tar.bz2 feed2imap-go-35350d76a03e48d62db6eecb8b6da5ea41fd9dfd.zip |
Bump goreleaser/goreleaser-action from 3 to 4
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/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>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e6f249..d80df24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v3 + uses: goreleaser/goreleaser-action@v4 with: version: latest args: --release-notes ${{ steps.changelog_text.outputs.clfile }} |