We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f787d10 commit cb34ed4Copy full SHA for cb34ed4
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v6.0.2
33
- name: Azure login
34
if: matrix.name == 'Windows'
35
- uses: azure/login@v2.3.0
+ uses: azure/login@v3.0.0
36
with:
37
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
38
- name: Run
0 commit comments