Skip to content

Commit 6de46c7

Browse files
Update actions/setup-dotnet action to v6 (#5608)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 05334ed commit 6de46c7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@v5.4.0
39+
uses: actions/setup-dotnet@v6.0.0
4040
with:
4141
global-json-file: global.json
4242
- name: Run MinVer

.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@v5.4.0
23+
uses: actions/setup-dotnet@v6.0.0
2424
with:
2525
global-json-file: global.json
2626
- name: Run MinVer

.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@v5.4.0
19+
uses: actions/setup-dotnet@v6.0.0
2020
with:
2121
global-json-file: global.json
2222
- name: Download RavenDB Server

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: Setup .NET SDK
43-
uses: actions/setup-dotnet@v5.4.0
43+
uses: actions/setup-dotnet@v6.0.0
4444
with:
4545
global-json-file: global.json
4646
- name: Download RavenDB Server

.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@v5.4.0
57+
uses: actions/setup-dotnet@v6.0.0
5858
with:
5959
global-json-file: global.json
6060
- name: Run MinVer

0 commit comments

Comments
 (0)