From 5d9dc2adbbf3f0de4c490626eec7cf41ba59019f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:58:13 +0000 Subject: [PATCH] ci: bump Azure/login from 1.6.1 to 2.0.0 Bumps [Azure/login](https://github.com/azure/login) from 1.6.1 to 2.0.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.6.1...v2.0.0) --- updated-dependencies: - dependency-name: Azure/login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ef981761bb..1119a7c62b 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -22,7 +22,7 @@ jobs: id-token: write steps: - name: Azure Login - uses: Azure/login@v1.6.1 + uses: Azure/login@v2.0.0 env: AZURE_CORE_OUTPUT: none with: