Skip to content

Commit f2390bc

Browse files
authored
Merge pull request #1020 from microsoft/dependabot/github_actions/azure/login-2
chore(deps): bump azure/login from 1 to 2
2 parents 2ae0e91 + 0f18ffd commit f2390bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Azure OpenID Connect ✨
5353
if: github.repository == 'microsoft/opensource-management-portal' # official repo only
54-
uses: azure/login@v1
54+
uses: azure/login@v2
5555
with:
5656
client-id: ${{ secrets.CLIENT_ID }}
5757
tenant-id: ${{ secrets.TENANT_ID }}
@@ -99,7 +99,7 @@ jobs:
9999
url: https://portal-staging.ospo.dev
100100
steps:
101101
- name: Azure OpenID Connect ✨
102-
uses: azure/login@v1
102+
uses: azure/login@v2
103103
with:
104104
client-id: ${{ secrets.CLIENT_ID }}
105105
tenant-id: ${{ secrets.TENANT_ID }}
@@ -123,7 +123,7 @@ jobs:
123123
url: https://portal.ospo.dev
124124
steps:
125125
- name: Azure OpenID Connect ✨
126-
uses: azure/login@v1
126+
uses: azure/login@v2
127127
with:
128128
client-id: ${{ secrets.CLIENT_ID }}
129129
tenant-id: ${{ secrets.TENANT_ID }}

0 commit comments

Comments
 (0)