Skip to content

Commit 276cfbd

Browse files
authored
Merge pull request #36 from WCOMAB/renovate/actions-setup-dotnet-5.x
chore(deps): update actions/setup-dotnet action to v5
2 parents 198238b + 84ab99e commit 276cfbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Install .NET Core SDK 8.0.x
24-
uses: actions/setup-dotnet@v4
24+
uses: actions/setup-dotnet@v5
2525
with:
2626
dotnet-version: '8.0.x'
2727

2828
- name: Install .NET SDK (global.json)
29-
uses: actions/setup-dotnet@v4
29+
uses: actions/setup-dotnet@v5
3030
with:
3131
global-json-file: global.json
3232

0 commit comments

Comments
 (0)