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.
2 parents 30f2617 + 3b535e5 commit 24c968dCopy full SHA for 24c968d
2 files changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: git clone --depth 1 https://github.com/Krypton-Suite/Standard-Toolkit.git ../Standard-Toolkit
32
33
- name: Setup .NET SDK
34
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
35
with:
36
dotnet-version: |
37
10.0.x
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
fetch-depth: 0 # Full history for versioning
38
39
40
41
42
0 commit comments