Skip to content

Commit 24c968d

Browse files
authored
Merge pull request #581 from Krypton-Suite/dependabot/github_actions/alpha/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 30f2617 + 3b535e5 commit 24c968d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: git clone --depth 1 https://github.com/Krypton-Suite/Standard-Toolkit.git ../Standard-Toolkit
3232

3333
- name: Setup .NET SDK
34-
uses: actions/setup-dotnet@v4
34+
uses: actions/setup-dotnet@v5
3535
with:
3636
dotnet-version: |
3737
10.0.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0 # Full history for versioning
3737

3838
- name: Setup .NET SDK
39-
uses: actions/setup-dotnet@v4
39+
uses: actions/setup-dotnet@v5
4040
with:
4141
dotnet-version: |
4242
10.0.x

0 commit comments

Comments
 (0)