We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d486748 commit bf3288dCopy full SHA for bf3288d
.github/workflows/azure-deploy.yml
@@ -23,13 +23,13 @@ jobs:
23
- uses: actions/checkout@v4
24
25
- name: Azure Login
26
- uses: azure/login@v2.1.1
+ uses: azure/login@v2.2.0
27
with:
28
client-id: ${{ secrets.AZURE_CLIENT_ID }}
29
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
30
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
31
32
- - uses: azure/CLI@v2
+ - uses: azure/CLI@v2.1.0
33
34
inlineScript: |
35
#!/bin/bash
0 commit comments