Skip to content

Commit

Permalink
update readme for v2 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoChilia authored Mar 7, 2024
1 parent 0150783 commit 4343bca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
steps:
- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Azure CLI script
uses: azure/CLI@v1
uses: azure/cli@v2
with:
azcliversion: 2.30.0
inlineScript: |
Expand All @@ -70,15 +70,15 @@ jobs:
steps:
- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Checkout
uses: actions/checkout@v1
- name: Azure CLI script file
uses: azure/CLI@v1
uses: azure/cli@v2
with:
azcliversion: 2.30.0
inlineScript: |
Expand Down

0 comments on commit 4343bca

Please sign in to comment.