From 1fca1923cf92a924a3105e3630aaf3e86f22b95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 02:18:28 +0000 Subject: [PATCH] chore(deps): bump azure/login from 2 to 3 in the github-actions group Bumps the github-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: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/destroy-development.yml | 2 +- .github/workflows/destroy-environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/destroy-development.yml b/.github/workflows/destroy-development.yml index 4bce9262..866a2f8a 100644 --- a/.github/workflows/destroy-development.yml +++ b/.github/workflows/destroy-development.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - name: Azure Login - uses: azure/login@v2 + uses: azure/login@v3 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }} diff --git a/.github/workflows/destroy-environment.yml b/.github/workflows/destroy-environment.yml index 90591cea..5a860ba8 100644 --- a/.github/workflows/destroy-environment.yml +++ b/.github/workflows/destroy-environment.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v6 - name: Azure Login - uses: azure/login@v2 + uses: azure/login@v3 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }}