We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83a477 commit a6e9855Copy full SHA for a6e9855
.github/workflows/ci.yml
@@ -106,11 +106,11 @@ jobs:
106
clean: 'false'
107
fetch-depth: '0'
108
- name: 🔨 Use .NET Core 8.0 SDK
109
- uses: actions/setup-dotnet@v5.1.0
+ uses: actions/setup-dotnet@v5.2.0
110
with:
111
dotnet-version: '8.0.x'
112
- name: 🔨 Use .NET Core 10.0 SDK
113
114
115
dotnet-version: '10.0.x'
116
- name: ⚒️ dotnet tool restore
0 commit comments