Skip to content

Commit a7282bf

Browse files
Update nuget-publish.yml
1 parent 42f6da5 commit a7282bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
description: "Package Version"
1414

1515
# Default value if no value is explicitly provided
16-
default: "1.0.0"
16+
default: "2.3.0"
1717

1818
# Input has to be provided for the workflow to run
1919
required: true
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Setup .NET
31-
uses: actions/setup-dotnet@43
31+
uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: 9.0.x
3434

0 commit comments

Comments
 (0)