Skip to content

Commit ee270e3

Browse files
committed
Update to v2 of Azure actions
These are newer and recommended for use, especially for OIDC.
1 parent d876f45 commit ee270e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-action-test-nginxaas-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "Checkout repository"
2424
uses: actions/checkout@v2
2525
- name: "AZ CLI Login"
26-
uses: azure/login@v1
26+
uses: azure/login@v2
2727
with:
2828
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2929
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1 | grep "Github-Run-Id: $GITHUB_RUN_ID"
7373
- name: "Validate certificate update"
74-
uses: azure/CLI@v1
74+
uses: azure/cli@v2
7575
with:
7676
inlineScript: |
7777
echo "-----BEGIN CERTIFICATE-----" > /tmp/$GITHUB_RUN_ID.tmp

0 commit comments

Comments
 (0)