Skip to content

Commit

Permalink
Bump azure/CLI from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [azure/CLI](https://github.com/azure/cli) from 1 to 2.
- [Release notes](https://github.com/azure/cli/releases)
- [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md)
- [Commits](Azure/cli@v1...v2)

---
updated-dependencies:
- dependency-name: azure/CLI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent f2057bb commit 47bbc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v2
with:
azcliversion: 2.34.0
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v2
with:
azcliversion: 2.34.0
inlineScript: |
Expand Down

0 comments on commit 47bbc9a

Please sign in to comment.