Skip to content

Commit 68cbe15

Browse files
authored
Merge pull request #44 from AButler/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 4ebe671 + 05b2bfa commit 68cbe15

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-dotnet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build .NET
1+
name: Build .NET
22

33
on:
44
workflow_call:
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@v4
21+
uses: actions/setup-dotnet@v5
2222
with:
2323
global-json-file: global.json
2424

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v4
5353

5454
- name: Setup .NET
55-
uses: actions/setup-dotnet@v4
55+
uses: actions/setup-dotnet@v5
5656
with:
5757
global-json-file: global.json
5858

0 commit comments

Comments
 (0)