Skip to content

Commit 053493e

Browse files
Update actions/setup-dotnet action to v5.0.1 (#5199)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent feb8a9e commit 053493e

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/[email protected].0
39+
uses: actions/[email protected].1
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/[email protected].0
23+
uses: actions/[email protected].1
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/[email protected].0
19+
uses: actions/[email protected].1
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/[email protected].0
41+
uses: actions/[email protected].1
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/[email protected].0
57+
uses: actions/[email protected].1
5858
with:
5959
global-json-file: global.json
6060
dotnet-version: 8.0.x

0 commit comments

Comments
 (0)