Skip to content

Commit 68cb524

Browse files
dependabot[bot]nginx-jack
authored andcommitted
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] <[email protected]>
1 parent d20def4 commit 68cb524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Retrieve secrets from Keyvault
158158
id: keyvault
159-
uses: azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0.0
159+
uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1.0
160160
with:
161161
inlineScript: |
162162
secrets_get=(resourceGroupName cdnProfileName cdnName accountName)
@@ -229,7 +229,7 @@ jobs:
229229
### Azure upload
230230

231231
- name: Azure upload PR preview
232-
uses: azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0.0
232+
uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1.0
233233
if: github.event.action == 'synchronize' || github.event.action == 'opened' || env.DEPLOYMENT_ENV == 'preview'
234234
with:
235235
inlineScript: |
@@ -252,7 +252,7 @@ jobs:
252252
--no-wait
253253
254254
- name: Azure upload to specified environment
255-
uses: azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0.0
255+
uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1.0
256256
if: env.DEPLOYMENT_ENV != 'preview'
257257
with:
258258
inlineScript: |

0 commit comments

Comments
 (0)