From ab5eebf8efc74341cfa92fd7ba473909707c7c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 14:36:00 +0000 Subject: [PATCH] Bump azure/login from 2.2.0 to 2.3.0 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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60fcabeb..b0ac91ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: path: nugets/ retention-days: 7 - name: Azure login - uses: azure/login@v2.2.0 + uses: azure/login@v2.3.0 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Setup Azure Service Bus