From bb5a5775b393ceb2154e406da12d628d02b99584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:22:32 -0500 Subject: [PATCH] Bump azure/login from 1.4.7 to 1.5.0 (#1327) Bumps [azure/login](https://github.com/azure/login) from 1.4.7 to 1.5.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.4.7...v1.5.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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1a77689d..9fb2ed9b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: path: nugets/ retention-days: 7 - name: Azure login - uses: azure/login@v1.4.7 + uses: azure/login@v1.5.0 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} enable-AzPSSession: true