From 48383a0dd8e9cf2bf1e8e1dc23909bf7549dd7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:10:09 +0000 Subject: [PATCH] fix: bump Azure/login from 1.4.6 to 1.4.7 Bumps [Azure/login](https://github.com/Azure/login) from 1.4.6 to 1.4.7. - [Release notes](https://github.com/Azure/login/releases) - [Commits](https://github.com/Azure/login/compare/v1.4.6...v1.4.7) --- updated-dependencies: - dependency-name: Azure/login dependency-type: direct:production update-type: version-update:semver-patch ... 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 bb39ec1..0af849b 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -28,7 +28,7 @@ jobs: args: -m integration steps: - uses: actions/checkout@v2 - - uses: Azure/login@v1.4.6 + - uses: Azure/login@v1.4.7 continue-on-error: true with: creds: ${{ secrets.AZURE_CREDENTIALS }}