From e77ddc60ef45d077c1d17d9507959f60c5977025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 13:11:16 +0000 Subject: [PATCH] fix: bump Azure/login from 1.5.1 to 2.1.1 Bumps [Azure/login](https://github.com/azure/login) from 1.5.1 to 2.1.1. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.5.1...v2.1.1) --- 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..97bd549 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.1 continue-on-error: true with: creds: ${{ secrets.AZURE_CREDENTIALS }}