From dfff95848d6bf51fe6c869a4ff2aaf4f0614d981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 05:07:42 +0000 Subject: [PATCH] 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/publish-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index de8f0f1..0f446b1 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -56,7 +56,7 @@ jobs: # Deploy to Azure Web App - name: Azure Login - uses: azure/login@v1.5.1 + uses: azure/login@v2.1.1 with: creds: ${{ secrets.AZURE_CREDENTIALS }}