We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11479b0 commit af8bb26Copy full SHA for af8bb26
az-artifact-authenticate/action.yml
@@ -56,7 +56,7 @@ runs:
56
subscription-id: ${{ inputs.subscription-id || fromJSON(inputs.variables).AZURE_SUBSCRIPTION_ID }}
57
58
- name: Setup .NET Core
59
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
60
with:
61
source-url: ${{ inputs.feed-url }}
62
config-file: ${{ inputs.nuget-config-path }}
0 commit comments