Skip to content

Commit ee0deb5

Browse files
Update actions/setup-dotnet action to v6 (#3140)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 30d4d97 commit ee0deb5

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
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- name: Setup .NET SDK
41-
uses: actions/setup-dotnet@v5.4.0
41+
uses: actions/setup-dotnet@v6.0.0
4242
with:
4343
global-json-file: global.json
4444
- 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.4.0
21+
uses: actions/setup-dotnet@v6.0.0
2222
with:
2323
global-json-file: global.json
2424
- name: Build

.github/workflows/tests-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v7.0.0
2323
- name: Setup .NET SDK
24-
uses: actions/setup-dotnet@v5.4.0
24+
uses: actions/setup-dotnet@v6.0.0
2525
with:
2626
global-json-file: global.json
2727
- name: Output AWS CLI version

0 commit comments

Comments
 (0)