Skip to content

Commit c23f53f

Browse files
renovate[bot]ktos
authored andcommitted
Update actions/setup-dotnet action to v5
1 parent b20cf13 commit c23f53f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: gittools/actions/gitversion/[email protected]
2727

2828
- name: Setup .NET
29-
uses: actions/setup-dotnet@v4
29+
uses: actions/setup-dotnet@v5
3030
with:
3131
dotnet-version: 9.0.x
3232

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v5
1515

1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: '9.0.x'
2020

@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
3939

4040
- name: Setup .NET
41-
uses: actions/setup-dotnet@v4
41+
uses: actions/setup-dotnet@v5
4242
with:
4343
dotnet-version: '9.0.x'
4444

0 commit comments

Comments
 (0)