We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b495d commit 6dc6b20Copy full SHA for 6dc6b20
2 files changed
.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@v5.0.0
+ uses: actions/setup-dotnet@v5.0.1
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