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 24fe403 commit 3b53be6Copy full SHA for 3b53be6
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v4.2.2
25
- name: Setup .NET SDK
26
- uses: actions/setup-dotnet@v4.3.0
+ uses: actions/setup-dotnet@v4.3.1
27
with:
28
dotnet-version: 8.0.x
29
- name: Build
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
15
16
0 commit comments