From 29365cb69137873d6ac9c38a98d3adaa2a07642e Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:46:16 +0000 Subject: [PATCH] :seedling: Update Github Actions group to v7 | datasource | package | from | to | | ----------- | ---------------------------- | ---- | -- | | github-tags | goreleaser/goreleaser-action | v6 | v7 | --- .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 d3920fd6..0bb42749 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: go-version: stable - - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6 + - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7 with: distribution: goreleaser version: latest