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 7, 2024
1 parent 1e984ec commit 440cd0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
uses: azure/CLI@v2
id: keyvault-yaml-secret
with:
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
creds: ${{ secrets.azure_credentials }}

- uses: azure/CLI@v1
- uses: azure/CLI@v2
id: get_secrets
with:
inlineScript: |
Expand Down

0 comments on commit 440cd0b

Please sign in to comment.