diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-19 19:47:33 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-19 19:47:33 -0500 |
commit | af93517c2d0e6ad11f8803b59768f0f9d0e11fe1 (patch) | |
tree | c404a719984afab78cc8d3834b8770cdc4c009c7 /.github/workflows/release.yml | |
parent | 3b724a2082586795448e3859c1f43c0f6cf0fe6d (diff) | |
download | caddy-af93517c2d0e6ad11f8803b59768f0f9d0e11fe1.tar.gz caddy-af93517c2d0e6ad11f8803b59768f0f9d0e11fe1.zip |
build(deps): bump goreleaser/goreleaser-action from 2 to 4 (#5264)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/release.yml')
-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 9128ebfca..63e882f8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: run: syft version # GoReleaser will take care of publishing those artifacts into the release - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v4 with: version: latest args: release --rm-dist --timeout 60m |