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 632c095 commit 3f582c6Copy full SHA for 3f582c6
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
fetch-depth: 0
23
- name: Setup .NET SDK
24
- uses: actions/setup-dotnet@v4.3.1
+ uses: actions/setup-dotnet@v5.0.0
25
26
dotnet-version: 7.0.x
27
- name: Set up Node.js
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
28
29
30
31
32
33
@@ -118,7 +118,7 @@ jobs:
118
119
120
121
122
123
global-json-file: global.json
124
- name: Install MinVer CLI
0 commit comments