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 c22705d commit ee82a35Copy full SHA for ee82a35
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0
20
- name: Setup .NET SDK
21
- uses: actions/setup-dotnet@v4.0.1
+ uses: actions/setup-dotnet@v4.1.0
22
23
dotnet-version: 7.0.x
24
- name: Set up Node.js
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
0 commit comments