Skip to content

Commit 82bf710

Browse files
author
Alexander Scholz
committed
chore: upgrade az
1 parent bafac74 commit 82bf710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Azure Login
30-
uses: azure/login@v1
30+
uses: azure/login@v2
3131
with:
3232
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3333
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3434
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3535

3636
- name: Retrieve secret from Key Vault
3737
id: keyvault
38-
uses: azure/CLI@v1
38+
uses: azure/CLI@v2
3939
with:
4040
inlineScript: |
4141
SECRET_VALUE=$(az keyvault secret show --name postgres-host --vault-name ${{ secrets.KEYVAULT_NAME }} --query value -o tsv)

0 commit comments

Comments
 (0)