Skip to content

Commit 61c1368

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update actions/setup-dotnet action to v5
1 parent 9fe88fb commit 61c1368

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v5
3131
- name: Set up .NET SDK
32-
uses: actions/setup-dotnet@v4
32+
uses: actions/setup-dotnet@v5
3333
with:
3434
dotnet-version: 9.0.x
3535
- name: NuGet cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: ./changelog-section.md
4343

4444
- name: Set up .NET SDK
45-
uses: actions/setup-dotnet@v4
45+
uses: actions/setup-dotnet@v5
4646
with:
4747
dotnet-version: 9.0.x
4848
- name: NuGet cache

0 commit comments

Comments
 (0)