We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84f0ad commit 8d3caa5Copy full SHA for 8d3caa5
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
fetch-depth: 0
31
- name: Setup .NET SDK
32
- uses: actions/setup-dotnet@v4.3.0
+ uses: actions/setup-dotnet@v4.3.1
33
34
dotnet-version: |
35
9.0.x
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
dotnet-version: 9.0.x
25
- name: Build
0 commit comments