Skip to content

Commit 47b4152

Browse files
Bump actions/setup-dotnet in the github-actions group (#345)
Bumps the github-actions group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/setup-dotnet` from 5.4.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.4.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80e39b9 commit 47b4152

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Setup .NET
59-
uses: actions/setup-dotnet@v5.4.0
59+
uses: actions/setup-dotnet@v6.0.0
6060
with:
6161
dotnet-version: |
6262
8.x

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141

4242
- name: Setup .NET
43-
uses: actions/setup-dotnet@v5.4.0
43+
uses: actions/setup-dotnet@v6.0.0
4444
with:
4545
dotnet-version: |
4646
8.x
@@ -80,7 +80,7 @@ jobs:
8080
fetch-depth: 0
8181

8282
- name: Setup .NET
83-
uses: actions/setup-dotnet@v5.4.0
83+
uses: actions/setup-dotnet@v6.0.0
8484
with:
8585
dotnet-version: 10.x
8686

@@ -106,7 +106,7 @@ jobs:
106106
fetch-depth: 0
107107

108108
- name: Setup .NET
109-
uses: actions/setup-dotnet@v5.4.0
109+
uses: actions/setup-dotnet@v6.0.0
110110
with:
111111
dotnet-version: 10.x
112112

0 commit comments

Comments
 (0)