We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e969508 commit 36ccf55Copy full SHA for 36ccf55
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
fetch-depth: 0
33
- name: Setup .NET SDK
34
- uses: actions/setup-dotnet@v4.3.1
+ uses: actions/setup-dotnet@v5.0.0
35
36
dotnet-version: 8.0.x
37
- name: Build
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
global-json-file: global.json
- name: Install MinVer CLI
0 commit comments