From 9c21e5c84d04514eba8cc60df57f921eb0183aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:46:51 +0000 Subject: [PATCH] Bump azure/login from 1 to 2 Bumps [azure/login](https://github.com/azure/login) from 1 to 2. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1...v2) --- 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.yml | 2 +- .github/workflows/template-module.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 7114def..de0c8ea 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -30,7 +30,7 @@ jobs: run: npm ci - name: Azure Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID}} tenant-id: ${{ secrets.AZURE_TENANT_ID}} diff --git a/.github/workflows/template-module.yml b/.github/workflows/template-module.yml index 15ec46b..5941a5e 100644 --- a/.github/workflows/template-module.yml +++ b/.github/workflows/template-module.yml @@ -45,7 +45,7 @@ jobs: modules: PSRule.Rules.Azure - name: Sign in to Azure - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v4 - name: Sign in to Azure - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}