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.
2 parents 502f96f + 60403e0 commit 7fd5941Copy full SHA for 7fd5941
.github/workflows/dotnet.yml
@@ -26,7 +26,7 @@ jobs:
26
- id: gitversion
27
uses: gittools/actions/gitversion/[email protected]
28
29
- - uses: actions/setup-dotnet@v3.0.3
+ - uses: actions/setup-dotnet@v3.1.0
30
with:
31
dotnet-version: 6.0.x
32
@@ -83,7 +83,7 @@ jobs:
83
name: nugets
84
85
- name: setup dotnet
86
- uses: actions/setup-dotnet@v3.0.3
+ uses: actions/setup-dotnet@v3.1.0
87
88
89
source-url: https://nuget.pkg.github.com/linked-data-dotnet/index.json
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
109
source-url: https://api.nuget.org/v3/index.json
0 commit comments