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 e0a592e commit 17e36d5Copy full SHA for 17e36d5
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
fetch-depth: 0
38
- name: Setup .NET SDK
39
- uses: actions/setup-dotnet@v4.1.0
+ uses: actions/setup-dotnet@v4.2.0
40
41
dotnet-version: 8.0.x
42
- name: Build
.github/workflows/nuget-audit.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v4.2.2
13
14
15
16
global-json-file: global.json
17
- name: Restore
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
0 commit comments