From f1f98e6bde0b2d24c5f5f31f69f4fa6e58a363ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:41:14 +0000 Subject: [PATCH 1/2] build(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4852ec8cd5..33efa856c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6.0.0 + uses: goreleaser/goreleaser-action@v6.1.0 with: version: latest args: release --clean From 28d70b0197b2e2e8d170d9bf6a4f0749dcb1a170 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Nov 2024 23:41:28 +0000 Subject: [PATCH 2/2] add CHANGELOG for #4531 --- .changelog/4531.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/4531.txt diff --git a/.changelog/4531.txt b/.changelog/4531.txt new file mode 100644 index 0000000000..edcec5df70 --- /dev/null +++ b/.changelog/4531.txt @@ -0,0 +1,3 @@ +```release-note:dependency +provider: bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 +```