From a3bb5a0083cfa31584f367961344b5e9fd07e567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:46:41 +0000 Subject: [PATCH] fix: bump Azure/login from 1.5.1 to 2.1.0 Bumps [Azure/login](https://github.com/azure/login) from 1.5.1 to 2.1.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.5.1...v2.1.0) --- updated-dependencies: - dependency-name: Azure/login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 7c513aa..78e293c 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -28,7 +28,7 @@ jobs: args: -m integration steps: - uses: actions/checkout@v4 - - uses: Azure/login@v1.5.1 + - uses: Azure/login@v2.1.0 continue-on-error: true with: creds: ${{ secrets.AZURE_CREDENTIALS }}