From 302330e0cd2ce3514a50550821988a0441a878c8 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:37:45 +0000 Subject: [PATCH] :seedling: Update github-actions group to v7 | datasource | package | from | to | | ----------- | ---------------------------- | ---- | -- | | github-tags | docker/build-push-action | v6 | v7 | | github-tags | goreleaser/goreleaser-action | v6 | v7 | --- .github/workflows/builder-image.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder-image.yml b/.github/workflows/builder-image.yml index 11f8cc86..5a9a914c 100644 --- a/.github/workflows/builder-image.yml +++ b/.github/workflows/builder-image.yml @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 with: file: ./images/builder/Dockerfile context: ./images/builder 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