Skip to content

Commit 8aa4079

Browse files
committed
Update to v2 of Azure actions
These are newer and recommended for use, especially for OIDC.
1 parent 93f8b20 commit 8aa4079

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Checkout repository"
2525
uses: actions/checkout@v2
2626
- name: "AZ CLI Login"
27-
uses: azure/login@v1
27+
uses: azure/login@v2
2828
with:
2929
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3030
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1 | grep "Github-Run-Id: $GITHUB_RUN_ID"
7474
- name: "Validate certificate update"
75-
uses: azure/CLI@v1
75+
uses: azure/cli@v2
7676
with:
7777
inlineScript: |
7878
echo "-----BEGIN CERTIFICATE-----" > /tmp/$GITHUB_RUN_ID.tmp

0 commit comments

Comments
 (0)