Skip to content

Commit b0d09fa

Browse files
Update actions/setup-dotnet action to v5 (#5108)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 99421ad commit b0d09fa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838
- name: Setup .NET SDK
39-
uses: actions/setup-dotnet@v4.3.1
39+
uses: actions/setup-dotnet@v5.0.0
4040
with:
4141
global-json-file: global.json
4242
dotnet-version: 8.0.x

.github/workflows/build-db-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Setup .NET SDK
23-
uses: actions/setup-dotnet@v4.3.1
23+
uses: actions/setup-dotnet@v5.0.0
2424
with:
2525
global-json-file: global.json
2626
dotnet-version: 8.0.x

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Setup .NET SDK
19-
uses: actions/setup-dotnet@v4.3.1
19+
uses: actions/setup-dotnet@v5.0.0
2020
with:
2121
global-json-file: global.json
2222
dotnet-version: 8.0.x

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- name: Setup .NET SDK
41-
uses: actions/setup-dotnet@v4.3.1
41+
uses: actions/setup-dotnet@v5.0.0
4242
with:
4343
global-json-file: global.json
4444
dotnet-version: 8.0.x

.github/workflows/container-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656
- name: Setup .NET SDK
57-
uses: actions/setup-dotnet@v4.3.1
57+
uses: actions/setup-dotnet@v5.0.0
5858
with:
5959
global-json-file: global.json
6060
dotnet-version: 8.0.x

0 commit comments

Comments
 (0)