Skip to content

Commit 1af36cd

Browse files
authored
Merge pull request #156 from PerfectThymeTech/dependabot/github_actions/azure/login-2
Bump azure/login from 1 to 2
2 parents 1e1bd63 + 63429f9 commit 1af36cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_functionAppDeployTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Login to Azure
7676
- name: Azure Login
7777
id: azure_login
78-
uses: azure/login@v1
78+
uses: azure/login@v2
7979
with:
8080
creds: '{"clientId":"${{ secrets.CLIENT_ID }}","clientSecret":"${{ secrets.CLIENT_SECRET }}","subscriptionId":"${{ inputs.subscription_id }}","tenantId":"${{ inputs.tenant_id }}"}'
8181

0 commit comments

Comments
 (0)