From 5a5c6a7e70b1f7ff57f5ff25b6a860bad3cd6aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:06:42 +0000 Subject: [PATCH 1/2] chore(deps): bump goreleaser/goreleaser-action Bumps the github-actions group with 1 update: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `goreleaser/goreleaser-action` from 5 to 6 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...v6) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 172643e..d6b6443 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: version: latest args: release --rm-dist From f9c57b9ec44894abbbcb8ba947b22fedc46cf4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 11 Jun 2024 19:07:02 +0000 Subject: [PATCH 2/2] chore(deps): add changelog for dependabot updates --- .changes/unreleased/Dependency-20240611-190701.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20240611-190701.yaml diff --git a/.changes/unreleased/Dependency-20240611-190701.yaml b/.changes/unreleased/Dependency-20240611-190701.yaml new file mode 100644 index 0000000..681eeee --- /dev/null +++ b/.changes/unreleased/Dependency-20240611-190701.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump goreleaser/goreleaser-action from 5 to 6 in the github-actions group' +time: 2024-06-11T19:07:01.736239583Z