Skip to content

Commit 225f37e

Browse files
authored
Merge pull request #1222 from NHSDigital/dependabot/github_actions/azure/login-3
Bump azure/login from 2 to 3
2 parents 31e59e1 + 067bbcf commit 225f37e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd-1-pull-request-closed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v6
2222

23-
- uses: azure/login@v2
23+
- uses: azure/login@v3
2424
with:
2525
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2626
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/stage-4-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@v6
3434

35-
- uses: azure/login@v2
35+
- uses: azure/login@v3
3636
with:
3737
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3838
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)