aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-15 20:13:11 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-09-20 20:39:07 +0200
commit032b702750ee92ec46e13bad43c5b7e5232c3a48 (patch)
tree56f70ac25d6458c1de375e8eff4f5e7fc7234887 /.github
parent4095693ca5eb9f5cd9b6f297260f38cd67c47dce (diff)
downloadfeed2imap-go-032b702750ee92ec46e13bad43c5b7e5232c3a48.tar.gz
feed2imap-go-032b702750ee92ec46e13bad43c5b7e5232c3a48.tar.bz2
feed2imap-go-032b702750ee92ec46e13bad43c5b7e5232c3a48.zip
Bump goreleaser/goreleaser-action from 4 to 5
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5) --- 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')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6f29962..ec39517 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- name: Run GoReleaser
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: --release-notes ${{ steps.changelog_text.outputs.clfile }}