Skip to content

Commit af8bb26

Browse files
chore(deps): update actions/setup-dotnet action to v5
1 parent 11479b0 commit af8bb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

az-artifact-authenticate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
subscription-id: ${{ inputs.subscription-id || fromJSON(inputs.variables).AZURE_SUBSCRIPTION_ID }}
5757

5858
- name: Setup .NET Core
59-
uses: actions/setup-dotnet@v4
59+
uses: actions/setup-dotnet@v5
6060
with:
6161
source-url: ${{ inputs.feed-url }}
6262
config-file: ${{ inputs.nuget-config-path }}

0 commit comments

Comments
 (0)