From 6baa494651ff6971f982a6a1dfb5c1f25f23a692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:21:45 -0500 Subject: [PATCH] Bump azure/login from 2.1.1 to 2.2.0 (#1175) Bumps [azure/login](https://github.com/azure/login) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index e6d10d86d..f6ef0c217 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -38,7 +38,7 @@ jobs: git clone -b master https://${{ secrets.GIT_TOKEN }}@github.com/crowdbotics/github-actions.git - name: Azure login - uses: azure/login@v2.1.1 + uses: azure/login@v2.2.0 with: creds: "${{ secrets.AZURE_CREDENTIALS }}"