From 98ba129d3ea94f24a933e3d1d80bfb5c89459a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 15:27:41 +0000 Subject: [PATCH] Bump azure/login from 1.3.0 to 1.4.4 Bumps [azure/login](https://github.com/azure/login) from 1.3.0 to 1.4.4. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.3.0...v1.4.4) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dc9a24bbedc..46499ef74211 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -377,7 +377,7 @@ jobs: with: name: ${{ needs.setup.outputs.vsix_artifact_name }} - name: Azure Login - uses: azure/login@v1.3.0 + uses: azure/login@v1.4.4 with: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Upload to Blob Storage