Skip to content

Commit 5ae7b86

Browse files
Update actions/setup-dotnet action to v6 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1932ac9 commit 5ae7b86

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Setup .NET
30-
uses: actions/setup-dotnet@v5
30+
uses: actions/setup-dotnet@v6
3131
with:
3232
dotnet-version: 10.0.x
3333

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Setup .NET
34-
uses: actions/setup-dotnet@v5
34+
uses: actions/setup-dotnet@v6
3535
with:
3636
dotnet-version: '10.x'
3737

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
} >> "$GITHUB_ENV"
4646
4747
- name: Setup .NET
48-
uses: actions/setup-dotnet@v5
48+
uses: actions/setup-dotnet@v6
4949
with:
5050
dotnet-version: 10.0.x
5151

0 commit comments

Comments
 (0)