Skip to content

Commit d61e60d

Browse files
Bump actions/setup-dotnet from 4.3.1 to 5.1.0 (#312)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.1...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.1.0 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> Co-authored-by: Ryan Gregg <79222865+rgregg-msft@users.noreply.github.com>
1 parent e19bd97 commit d61e60d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Setup .NET
26-
uses: actions/setup-dotnet@v4.3.1
26+
uses: actions/setup-dotnet@v5.1.0
2727
with:
2828
dotnet-version: 8.0.x
2929

0 commit comments

Comments
 (0)