From a401fdb2c58567f6f07b18d9f5d729867442d2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:07:48 +0000 Subject: [PATCH] Bump Azure/login from 1 to 2 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/delete-review-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete-review-app.yml b/.github/workflows/delete-review-app.yml index cb9d5563..eb887f4d 100644 --- a/.github/workflows/delete-review-app.yml +++ b/.github/workflows/delete-review-app.yml @@ -31,7 +31,7 @@ jobs: echo "CLUSTER=$CLUSTER" >> $GITHUB_ENV echo "APP_ENVIRONMENT=$APP_ENVIRONMENT" >> $GITHUB_ENV - - uses: Azure/login@v1 + - uses: Azure/login@v2 with: creds: ${{ secrets.azure_credentials }}