From ec708775f234b84985fae0d2846b55376c0e6758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:49:19 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/gcp-container-typical.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcp-container-typical.yml b/.github/workflows/gcp-container-typical.yml index e8fb32c..daf9b2d 100644 --- a/.github/workflows/gcp-container-typical.yml +++ b/.github/workflows/gcp-container-typical.yml @@ -122,7 +122,7 @@ jobs: - name: Build and Push Container 🛠 id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: context: ./ file: ${{ inputs.container-file }}