From 4c6bbee85cf7583a35f8afe4df9e9b7df44810e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 03:02:47 +0000 Subject: [PATCH] chore(deps): Bump Azure/login from 1 to 2 in /.github/workflows 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] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4ffd9f..607d154 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: name: ${{ env.HANDLER_NAME }} - name: 'Login via Azure CLI' - uses: Azure/login@v1 + uses: Azure/login@v2 with: tenant-id: a26571f1-22b3-4756-ac7b-39ca684fab48 subscription-id: 108b3ddb-53fb-4344-80b2-d6c151912be6 @@ -136,7 +136,7 @@ jobs: name: ${{ env.HANDLER_NAME }} - name: 'Login via Azure CLI' - uses: azure/login@v1 + uses: azure/login@v2 with: tenant-id: a26571f1-22b3-4756-ac7b-39ca684fab48 subscription-id: 108b3ddb-53fb-4344-80b2-d6c151912be6