Skip to content

Commit 974fe8c

Browse files
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](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] <support@github.com>
1 parent db10ebd commit 974fe8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs-build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Retrieve secrets from Keyvault
141141
id: keyvault
142-
uses: azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0.0
142+
uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1.0
143143
with:
144144
inlineScript: |
145145
secrets_get=(resourceGroupName cdnProfileName cdnName accountName)
@@ -212,7 +212,7 @@ jobs:
212212
### Azure upload
213213

214214
- name: Azure upload PR preview
215-
uses: azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0.0
215+
uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1.0
216216
if: github.event.action == 'synchronize' || github.event.action == 'opened' || env.DEPLOYMENT_ENV == 'preview'
217217
with:
218218
inlineScript: |
@@ -235,7 +235,7 @@ jobs:
235235
--no-wait
236236
237237
- name: Azure upload to specified environment
238-
uses: azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0.0
238+
uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1.0
239239
if: env.DEPLOYMENT_ENV != 'preview'
240240
with:
241241
inlineScript: |

0 commit comments

Comments
 (0)