Skip to content

Commit

Permalink
Merge pull request #958 from SwedbankPay/dependabot/github_actions/az…
Browse files Browse the repository at this point in the history
…ure/CLI-2

Bump azure/CLI from 1 to 2
  • Loading branch information
goldenraphti authored Mar 19, 2024
2 parents d338154 + aff1a98 commit 04d6437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }}

- name: Delete feature folders
uses: azure/CLI@v1
uses: azure/CLI@v2
with:
inlineScript: |
az storage blob delete-batch -s "\$web" --pattern ${{ needs.branch.outputs.branchname }}/** --account-name ${{ steps.variables.outputs.AZURE_ACCOUNT_STAGE }}
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS_STAGE }}

- name: Azure Deploy
uses: azure/CLI@v1
uses: azure/CLI@v2
with:
azcliversion: 2.43.0
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Azure Deploy
uses: azure/CLI@v1
uses: azure/CLI@v2
with:
azcliversion: 2.43.0
inlineScript: |
Expand Down

0 comments on commit 04d6437

Please sign in to comment.