We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f235945 + 8e7a037 commit de569afCopy full SHA for de569af
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
fetch-depth: 0
31
- name: Setup .NET SDK
32
- uses: actions/setup-dotnet@v5.0.1
+ uses: actions/setup-dotnet@v5.1.0
33
34
dotnet-version: |
35
8.0.x
@@ -53,7 +53,7 @@ jobs:
53
- name: checkout code
54
uses: actions/checkout@v6.0.1
55
- name: Setup .NET
56
57
58
dotnet-version: 10.0.x
59
- name: Download artifacts
0 commit comments