From 5ac70852a12525aeb3b08954829ff160f8023ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 14:01:32 -0400 Subject: [PATCH] Bump azure/login from 2.2.0 to 2.3.0 (#1259) Bumps [azure/login](https://github.com/azure/login) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: azure/login dependency-version: 2.3.0 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 f6ef0c217..dc7c0f5ca 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.2.0 + uses: azure/login@v2.3.0 with: creds: "${{ secrets.AZURE_CREDENTIALS }}"