diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-27 20:03:41 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-06-11 00:00:32 +0200 |
commit | 3c9908319f6b676796e4f10c046a6087359c3960 (patch) | |
tree | e87ce356d8c70da42fabc9340bbdeb4e72811b21 /.github/workflows | |
parent | f28ad368d19ab1351137bdaf2babe6b766d23f28 (diff) | |
download | feed2imap-go-3c9908319f6b676796e4f10c046a6087359c3960.tar.gz feed2imap-go-3c9908319f6b676796e4f10c046a6087359c3960.tar.bz2 feed2imap-go-3c9908319f6b676796e4f10c046a6087359c3960.zip |
Bump goreleaser/goreleaser-action from 2 to 3
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>
Diffstat (limited to '')
-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 6c599b2..2e6f249 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@v2 + uses: goreleaser/goreleaser-action@v3 with: version: latest args: --release-notes ${{ steps.changelog_text.outputs.clfile }} |