Skip to content

Commit

Permalink
Bump azure/cli from 2.0.0 to 2.1.0 in the actions group
Browse files Browse the repository at this point in the history
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](Azure/cli@965c8d7...089eac9)

---
updated-dependencies:
- dependency-name: azure/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nginx-jack committed Sep 5, 2024
1 parent d20def4 commit 68cb524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 68cb524

Please sign in to comment.