Skip to content

Commit 2071d44

Browse files
Bump actions/setup-dotnet from 4.3.1 to 5.0.0 (#12)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fa94e6 commit 2071d44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1717
- name: Setup .NET Core
18-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
18+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d
1919
with:
2020
global-json-file: global.json
2121
- name: Build with dotnet

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1919

2020
- name: Setup .NET Core
21-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
21+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d
2222
with:
2323
global-json-file: global.json
2424

0 commit comments

Comments
 (0)