Skip to content

Commit b114734

Browse files
Bump azure/login from 2 to 3
Bumps [azure/login](https://github.com/azure/login) from 2 to 3. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@v2...v3) --- updated-dependencies: - dependency-name: azure/login dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4612668 commit b114734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout OEA Repository
2424
uses: actions/checkout@v6
2525
- name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true)
26-
uses: azure/login@v2
26+
uses: azure/login@v3
2727
with:
2828
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2929
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)