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 423ee01 commit b111596Copy full SHA for b111596
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v3
32
33
- name: Use .NET ${{ matrix.dotnet }}
34
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
35
with:
36
dotnet-version: ${{ matrix.dotnet }}
37
@@ -76,7 +76,7 @@ jobs:
76
uses: actions/checkout@v2
77
78
79
- uses: actions/setup-dotnet@v1
80
81
82
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
0 commit comments