From cf9307315c8099982dc9973c79270d5e02ad6abb Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:23:03 +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..06066355 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@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 with: file: ./images/builder/Dockerfile context: ./images/builder diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3920fd6..a15f4c38 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@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7 with: distribution: goreleaser version: latest