We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca849b commit 92c97b9Copy full SHA for 92c97b9
1 file changed
.github/workflows/deploy.yaml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
24
- name: Login to Azure
25
- uses: azure/login@v1
+ uses: azure/login@v2
26
with:
27
client-id: ${{ secrets.AZURE_CLIENT_ID }}
28
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
0 commit comments