-
Notifications
You must be signed in to change notification settings - Fork 380
Open
Description
👀 What’s new in azure/login@v2?
- The default runtime of
azure/loginis updated fromNode16toNode20due to the upcoming deprecation of Node16.
- If you're using
azure/loginwith a self-hosted runner, ensure it's running Actions Runner image v2.308.0 or later.
To apply this change, please update the version of azure/login to v2 in your workflow files.
- name: Azure Login
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
enable-AzPSSession: trueMetadata
Metadata
Assignees
Labels
No labels