We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c6adf commit 25c0585Copy full SHA for 25c0585
1 file changed
.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@v4.3.1
+ uses: actions/setup-dotnet@v5.0.0
110
with:
111
dotnet-version: '8.0.x'
112
- name: 🔨 Use .NET Core 9.0 SDK
113
114
115
dotnet-version: '9.0.x'
116
- name: 🚒 dotnet workload restore
0 commit comments