From 68cb524a2ff0570a6431b16f3905bd068d187a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:38:53 +0000 Subject: [PATCH] Bump azure/cli from 2.0.0 to 2.1.0 in the actions group Bumps the actions group with 1 update: [azure/cli](https://github.com/azure/cli). Updates `azure/cli` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/azure/cli/releases) - [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md) - [Commits](https://github.com/azure/cli/compare/965c8d7571d2231a54e321ddd07f7b10317f34d9...089eac9d8cc39f5d003e94f8b65efc51076c9cbd) --- updated-dependencies: - dependency-name: azure/cli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-build-push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-build-push.yml b/.github/workflows/docs-build-push.yml index 04f48f2..2cb15f0 100644 --- a/.github/workflows/docs-build-push.yml +++ b/.github/workflows/docs-build-push.yml @@ -156,7 +156,7 @@ jobs: - name: Retrieve secrets from Keyvault id: keyvault - uses: azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0.0 + uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1.0 with: inlineScript: | secrets_get=(resourceGroupName cdnProfileName cdnName accountName) @@ -229,7 +229,7 @@ jobs: ### Azure upload - name: Azure upload PR preview - uses: azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0.0 + uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1.0 if: github.event.action == 'synchronize' || github.event.action == 'opened' || env.DEPLOYMENT_ENV == 'preview' with: inlineScript: | @@ -252,7 +252,7 @@ jobs: --no-wait - name: Azure upload to specified environment - uses: azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0.0 + uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1.0 if: env.DEPLOYMENT_ENV != 'preview' with: inlineScript: |