From ca747bb03518b3c9d361e5e474353a9c68004065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 00:49:48 -0400 Subject: [PATCH] build: bump azure/login from 1 to 2 (#2176) Bumps [azure/login](https://github.com/azure/login) from 1 to 2. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/clean-acr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-acr.yml b/.github/workflows/clean-acr.yml index 351d187b1f..4f72958cec 100644 --- a/.github/workflows/clean-acr.yml +++ b/.github/workflows/clean-acr.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Azure Login - uses: azure/login@v1 + uses: azure/login@v2 with: creds: ${{ secrets.clean_acr }} - name: checkout repo content