Skip to content

Commit 137112b

Browse files
chore(deps): update actions/setup-dotnet action to v5
1 parent ca3fe11 commit 137112b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-delivery-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@v5
1717
with:
1818
global-json-file: "global.json"
1919
- name: Install GitVersion

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Setup .NET
18-
uses: actions/setup-dotnet@v4
18+
uses: actions/setup-dotnet@v5
1919
with:
2020
global-json-file: "global.json"
2121
- name: Verify code format

0 commit comments

Comments
 (0)