Skip to content

Commit d9431d5

Browse files
Bump actions/setup-dotnet from 4 to 5 (#370)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1fba1c commit d9431d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: Setup .NET Core 8.x
26-
uses: actions/setup-dotnet@v4
26+
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: 8.x
2929
- name: Install dependencies
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
fetch-depth: 0
5959
- name: Setup .NET Core 8.x
60-
uses: actions/setup-dotnet@v4
60+
uses: actions/setup-dotnet@v5
6161
with:
6262
dotnet-version: 8.x
6363
- name: Install dependencies
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
fetch-depth: 0
9494
- name: Setup .NET Core 8.x
95-
uses: actions/setup-dotnet@v4
95+
uses: actions/setup-dotnet@v5
9696
with:
9797
dotnet-version: 8.x
9898
- name: Install dependencies
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
fetch-depth: 0
119119
- name: Setup .NET Core 8.x
120-
uses: actions/setup-dotnet@v4
120+
uses: actions/setup-dotnet@v5
121121
with:
122122
dotnet-version: 8.x
123123
- name: Install dependencies

0 commit comments

Comments
 (0)