From 126dbd6e562cbc1c1a496f063cd9fb6a510f2a74 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:18:58 +0200 Subject: [PATCH] :seedling: Update Github Actions group to v6 (#22) | datasource | package | from | to | | ----------- | ---------------------------- | ---- | -- | | github-tags | goreleaser/goreleaser-action | v5 | v6 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> --- .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 c54ab2c..8e8d32c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: go-version: stable - - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + - uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6 with: distribution: goreleaser version: latest