From 9719f66c697fa57fc4baa204f292e364bf11839b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:05:37 +0000 Subject: [PATCH] ci: bump MapColonies/shared-workflows from 4 to 5 Bumps [MapColonies/shared-workflows](https://github.com/mapcolonies/shared-workflows) from 4 to 5. - [Release notes](https://github.com/mapcolonies/shared-workflows/releases) - [Changelog](https://github.com/MapColonies/shared-workflows/blob/master/release-please-config.json) - [Commits](https://github.com/mapcolonies/shared-workflows/compare/v4...v5) --- updated-dependencies: - dependency-name: MapColonies/shared-workflows dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 405cc32..ca9f5ac 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -19,13 +19,13 @@ permissions: jobs: build_and_push_docker: - uses: MapColonies/shared-workflows/.github/workflows/build-and-push-docker.yaml@v4 + uses: MapColonies/shared-workflows/.github/workflows/build-and-push-docker.yaml@v5 secrets: inherit with: scope: vector build_and_push_helm: - uses: MapColonies/shared-workflows/.github/workflows/build-and-push-helm.yaml@v4 + uses: MapColonies/shared-workflows/.github/workflows/build-and-push-helm.yaml@v5 secrets: inherit with: scope: vector