From af1aec7990f14febd4585d360e0defcdb6287404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:09:27 +0000 Subject: [PATCH] Bump azure/login from 1 to 1.3.0 Bumps [azure/login](https://github.com/azure/login) from 1 to 1.3.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1...v1.3.0) Signed-off-by: dependabot[bot] --- .github/workflows/insiders.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index 170f7e50b834..fec243eae9dd 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -482,7 +482,7 @@ jobs: name: ${{ env.ARTIFACT_NAME_VSIX }} - name: Azure Login - uses: azure/login@v1 + uses: azure/login@v1.3.0 with: creds: ${{ secrets.AZURE_CREDENTIALS }}