Skip to content

Commit 996ed6e

Browse files
committed
Upgrade azure/login action from v2 to v3 in Bicep deployment and validation workflows
1 parent 616dc04 commit 996ed6e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/templates/bicep-deployments/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ runs:
141141

142142
# Azure Login
143143
- name: Azure Login
144-
uses: azure/login@v2
144+
uses: azure/login@v3
145145
with:
146146
creds: ${{ env.AZURE_CREDENTIALS }}
147147
enable-AzPSSession: true

.github/actions/templates/build-policy-assignment-and-exemption/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
using: "composite"
5858
steps:
5959
- name: Azure Login
60-
uses: Azure/login@v2
60+
uses: azure/login@v3
6161
with:
6262
creds: ${{ env.AZURE_CREDENTIALS }}
6363
enable-AzPSSession: true

.github/actions/templates/test-validate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ runs:
199199
# Run Bicep Linter and Build
200200
- name: Azure Login
201201
if: inputs.run-psrule-tests == 'true' || inputs.run-bicep-linter == 'true' || inputs.run-template-validation == 'true' || inputs.run-whatif-in-template-validation == 'true'
202-
uses: Azure/login@v2
202+
uses: azure/login@v3
203203
with:
204204
creds: ${{ env.AZURE_CREDENTIALS }}
205205
enable-AzPSSession: true

0 commit comments

Comments
 (0)