From e3bdb9b575194b4d98fbc731d54b3e84b7bf2a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:52:48 +0000 Subject: [PATCH] build(deps): bump azure/docker-login from 1 to 2 Bumps [azure/docker-login](https://github.com/azure/docker-login) from 1 to 2. - [Release notes](https://github.com/azure/docker-login/releases) - [Commits](https://github.com/azure/docker-login/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/docker-login dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/develop-func-deploy.yml | 2 +- .github/workflows/prod-func-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop-func-deploy.yml b/.github/workflows/develop-func-deploy.yml index f06fd66..d2bd6c0 100644 --- a/.github/workflows/develop-func-deploy.yml +++ b/.github/workflows/develop-func-deploy.yml @@ -57,7 +57,7 @@ jobs: creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets - name: 'Docker Login' - uses: azure/docker-login@v1 + uses: azure/docker-login@v2 with: login-server: ${{ env.ACR_LOGIN_SERVER }} username: ${{ env.ACR_USERNAME }} diff --git a/.github/workflows/prod-func-deploy.yml b/.github/workflows/prod-func-deploy.yml index 1f758ed..a1d02ff 100644 --- a/.github/workflows/prod-func-deploy.yml +++ b/.github/workflows/prod-func-deploy.yml @@ -42,7 +42,7 @@ jobs: creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets - name: 'Docker Login' - uses: azure/docker-login@v1 + uses: azure/docker-login@v2 with: login-server: ${{ env.ACR_LOGIN_SERVER }} username: ${{ env.ACR_USERNAME }}