Skip to content

Commit 116800a

Browse files
Update actions/setup-dotnet action to v5.4.0 (#641)
* Update actions/setup-dotnet action to v5.4.0 * Change invalid global.json sdk version --------- Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com> Co-authored-by: David Boike <david.boike@gmail.com>
1 parent b2c3989 commit 116800a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Setup .NET SDK
32-
uses: actions/setup-dotnet@v5.3.0
32+
uses: actions/setup-dotnet@v5.4.0
3333
with:
3434
global-json-file: global.json
3535
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET SDK
21-
uses: actions/setup-dotnet@v5.3.0
21+
uses: actions/setup-dotnet@v5.4.0
2222
with:
2323
global-json-file: global.json
2424
- name: Build

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.0",
3+
"version": "10.0.100",
44
"allowPrerelease": false,
55
"rollForward": "latestFeature"
66
}

0 commit comments

Comments
 (0)