Skip to content

Commit bf3288d

Browse files
committed
Update Azure login action to version 2.2.0 for improved functionality
1 parent d486748 commit bf3288d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Azure Login
26-
uses: azure/login@v2.1.1
26+
uses: azure/login@v2.2.0
2727
with:
2828
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2929
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3030
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3131

32-
- uses: azure/CLI@v2
32+
- uses: azure/CLI@v2.1.0
3333
with:
3434
inlineScript: |
3535
#!/bin/bash

0 commit comments

Comments
 (0)