Skip to content

Commit 2b89f8a

Browse files
Merge pull request #4 from MarcelRoozekrans/renovate/actions-setup-dotnet-5.x
chore(deps): update actions/setup-dotnet action to v5
2 parents 724e4ca + 0baba1a commit 2b89f8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v6
3333

3434
- name: Setup .NET
35-
uses: actions/setup-dotnet@v4
35+
uses: actions/setup-dotnet@v5
3636
with:
3737
dotnet-version: "10.0.x"
3838

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v6
3737

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

0 commit comments

Comments
 (0)