We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1247de6 + fb903eb commit 8f42f4aCopy full SHA for 8f42f4a
.github/workflows/CD.yml
@@ -21,7 +21,7 @@ jobs:
21
restore-keys: |
22
${{ runner.os }}-nuget-
23
- name: Setup .NET Core SDK
24
- uses: actions/setup-dotnet@v4.3.0
+ uses: actions/setup-dotnet@v4.3.1
25
with:
26
dotnet-version: 6.0.x
27
- name: Install dependencies
.github/workflows/CI.yml
@@ -15,7 +15,7 @@ jobs:
15
16
show-progress: false
17
18
19
20
0 commit comments