From 29c0029d84e2bd94499bf8c004cec471214241dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:06:32 +0000 Subject: [PATCH] Bump azure/login from 2 to 3 in the all-actions group Bumps the all-actions group with 1 update: [azure/login](https://github.com/azure/login). Updates `azure/login` from 2 to 3 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v2...v3) --- updated-dependencies: - dependency-name: azure/login dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2aebb07..724d40a 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,6 @@ runs: using: "composite" steps: - name: Azure Login - uses: azure/login@v2 + uses: azure/login@v3 with: creds: '{"clientId":"${{ inputs.client_id }}","clientSecret":"${{ inputs.client_secret }}","subscriptionId":"${{ inputs.subscription_id }}","tenantId":"${{ inputs.tenant_id }}"}'