From e071d299d0e3c9614a9ae7dcb686454e6129dd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:34:15 +0000 Subject: [PATCH] Bump azure/login from 1.5.1 to 3.0.1 Bumps [azure/login](https://github.com/azure/login) from 1.5.1 to 3.0.1. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/de95379fe4dadc2defb305917eaa7e5dde727294...f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.0.1 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 1b52cdd..ff6e75a 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@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: creds: ${{ secrets.AZURE_CREDENTIALS }}