From 20a0c6a98275fd111565c263564aefb8cd7c8c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:24:16 +0000 Subject: [PATCH] ci: bump Azure/login from 1.5.1 to 1.6.0 Bumps [Azure/login](https://github.com/azure/login) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: Azure/login dependency-type: direct:production update-type: version-update:semver-minor ... 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 55344d81cc..6ac4672aa0 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.5.1 + uses: Azure/login@v1.6.0 env: AZURE_CORE_OUTPUT: none with: