Skip to content

Commit

Permalink
Merge pull request #1049 from DFE-Digital/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…zure/CLI-2

Bump azure/CLI from 1 to 2
  • Loading branch information
malcolmbaig authored Jun 3, 2024
2 parents de3cc89 + 440cd0b commit b3c0bca
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 b3c0bca

Please sign in to comment.