Skip to content

Commit

Permalink
build(deps): bump azure/login from 1 to 2 (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcheetham authored Apr 16, 2024
2 parents 5086b37 + 71cea45 commit f462b8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
-SymbolOutput $env:GITHUB_WORKSPACE\symbols
- name: Log into Azure
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
dotnet test --configuration=LinuxRelease
- name: Log into Azure
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
name: tmp.dotnet-tool-build

- name: Log into Azure
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:
path: nupkg

- name: Log into Azure
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -602,7 +602,7 @@ jobs:
zip -jr win-x86-payload-and-symbols/gcm-win-x86-$version-symbols.zip windows-artifacts/symbols
- name: Log into Azure
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit f462b8e

Please sign in to comment.