From e47db045abb165c6de720f6b5fed168c3cfcad68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:13:45 -0400 Subject: [PATCH] fix: bump Azure/login from 1.4.6 to 1.4.7 (#24) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 }}