We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f6da5 commit a7282bfCopy full SHA for a7282bf
.github/workflows/nuget-publish.yml
@@ -13,7 +13,7 @@ on:
13
description: "Package Version"
14
15
# Default value if no value is explicitly provided
16
- default: "1.0.0"
+ default: "2.3.0"
17
18
# Input has to be provided for the workflow to run
19
required: true
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v4
29
30
- name: Setup .NET
31
- uses: actions/setup-dotnet@43
+ uses: actions/setup-dotnet@v4
32
with:
33
dotnet-version: 9.0.x
34
0 commit comments