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 9e9e9a0 commit 1657423Copy full SHA for 1657423
.github/workflows/build-ramdisk.yml
@@ -17,7 +17,7 @@ jobs:
17
18
# Step 2: Set up .NET environment
19
- name: Setup .NET
20
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
21
with:
22
dotnet-version: 10.0.x
23
.github/workflows/dotnetcore.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Setup .NET Core
dotnet-version: '10.0.x'
- name: Build with dotnet
0 commit comments