Skip to content

Commit

Permalink
Set the default AZ version back to the latest (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
mociarain authored and Jonathan Chang committed Jan 29, 2025
1 parent bac065b commit 926ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
version:
description: 'Azure CLI Version to install'
required: false
default: "2.63.0" # pin to 2.63.0 because of https://github.com/Azure/azure-cli/issues/29828
default: "latest"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 926ada2

Please sign in to comment.