We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7475f4b + 7bcda8f commit f506e57Copy full SHA for f506e57
1 file changed
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v2
32
33
- name: Setup .NET 6.0
34
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v2
35
if: matrix.framework == 'net6.0'
36
with:
37
dotnet-version: 6.0.x
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments