From 845d1f992dfcde5f610b70f80471d63be4555e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:35:33 +0000 Subject: [PATCH] build(deps): bump azure/CLI from 1 to 3 Bumps [azure/CLI](https://github.com/azure/cli) from 1 to 3. - [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/v1...v3) --- updated-dependencies: - dependency-name: azure/CLI dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/develop_CD.yml | 2 +- .github/workflows/main_CD.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop_CD.yml b/.github/workflows/develop_CD.yml index 16431f0c..7fc2d9dc 100644 --- a/.github/workflows/develop_CD.yml +++ b/.github/workflows/develop_CD.yml @@ -49,7 +49,7 @@ jobs: echo -e 'User-agent: *\nDisallow: /\n' > dist/robots.txt - name: Upload to blob storage - uses: azure/CLI@v1 + uses: azure/CLI@v3 with: azcliversion: 2.34.0 inlineScript: | diff --git a/.github/workflows/main_CD.yml b/.github/workflows/main_CD.yml index 81cb7013..8ac38f8b 100644 --- a/.github/workflows/main_CD.yml +++ b/.github/workflows/main_CD.yml @@ -37,7 +37,7 @@ jobs: echo -e 'User-agent: *\nDisallow:\nSitemap: https://datastore.iatistandard.org/sitemap-index.xml\n' > dist/robots.txt - name: Upload to blob storage - uses: azure/CLI@v1 + uses: azure/CLI@v3 with: azcliversion: 2.34.0 inlineScript: |