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 6e8da38 + 7a1b646 commit e4725ecCopy full SHA for e4725ec
.github/workflows/dotnet.yml
@@ -26,7 +26,7 @@ jobs:
26
- id: gitversion
27
uses: gittools/actions/gitversion/execute@v3.0.0
28
29
- - uses: actions/setup-dotnet@v4.0.1
+ - uses: actions/setup-dotnet@v4.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@v4.0.1
+ uses: actions/setup-dotnet@v4.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