From e81c5655c4abd18210d53bd17bd1ba505cfeb974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:20:00 +0000 Subject: [PATCH] Bump azure/login from 1.5.0 to 1.5.1 Bumps [azure/login](https://github.com/azure/login) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-patch ... 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 9fb2ed9b9..11336873f 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.5.0 + uses: azure/login@v1.5.1 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} enable-AzPSSession: true