From 5b0dd2e2ca3ca8eecddcecca2e40cd86491f28d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:52:34 +0000 Subject: [PATCH] chore(deps): update MapColonies/shared-workflows requirement to artifactory-login-v1.0 Updates the requirements on [MapColonies/shared-workflows](https://github.com/mapcolonies/shared-workflows) to permit the latest version. - [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/commits/artifactory-login-v1.0) --- updated-dependencies: - dependency-name: MapColonies/shared-workflows dependency-version: '1.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 0ac03cc..60e4028 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -18,21 +18,21 @@ jobs: token: ${{ secrets.GH_PAT }} - name: Artifactory Login - uses: MapColonies/shared-workflows/actions/artifactory-login@artifactory-login-v1.0.0 + uses: MapColonies/shared-workflows/actions/artifactory-login@artifactory-login-v1.0 with: registry: ${{ secrets.ACR_URL }} username: ${{ secrets.ACR_PUSH_USER }} password: ${{ secrets.ACR_PUSH_TOKEN }} - name: Build and Push Helm Chart - uses: MapColonies/shared-workflows/actions/build-and-push-helm@build-and-push-helm-v1.0.1 + uses: MapColonies/shared-workflows/actions/build-and-push-helm@artifactory-login-v1.0 with: context: ./helm domain: raster registry: ${{ secrets.ACR_URL }} - name: Update Artifacts File- Helm - uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.1 + uses: MapColonies/shared-workflows/actions/update-artifacts-file@artifactory-login-v1.0 with: domain: raster artifact_name: ${{ github.event.repository.name }}