From 3484de2363435f7a16a6593b0ed1f9083a46cfaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:57:08 +0000 Subject: [PATCH] Bump azure/login from 1.4.6 to 2.2.0 Bumps [azure/login](https://github.com/azure/login) from 1.4.6 to 2.2.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.4.6...v2.2.0) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/testflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testflow.yml b/.github/workflows/testflow.yml index aaa7f7a..6ced6c4 100644 --- a/.github/workflows/testflow.yml +++ b/.github/workflows/testflow.yml @@ -68,7 +68,7 @@ jobs: # Logs in with your Azure credentials - name: Azure login - uses: azure/login@v1.4.6 + uses: azure/login@v2.2.0 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} @@ -91,7 +91,7 @@ jobs: # Logs in with your Azure credentials - name: Azure login - uses: azure/login@v1.4.6 + uses: azure/login@v2.2.0 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}