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 806cb71 + efbc0a0 commit 5281dd8Copy full SHA for 5281dd8
.github/workflows/dotnet.yml
@@ -26,7 +26,7 @@ jobs:
26
- id: gitversion
27
uses: gittools/actions/gitversion/execute@v3.1.11
28
29
- - uses: actions/setup-dotnet@v4.3.0
+ - uses: actions/setup-dotnet@v4.3.1
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.3.0
+ uses: actions/setup-dotnet@v4.3.1
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