Skip to content

Commit 0e7ab80

Browse files
Bump actions/setup-dotnet from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/setup-dotnet` from 5 to 6 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 629fec3 commit 0e7ab80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@v7
4040
- name: Setup .NET
41-
uses: actions/setup-dotnet@v5
41+
uses: actions/setup-dotnet@v6
4242
with:
4343
dotnet-version: '9.x'
4444
- name: Cache/Restore NuGets

0 commit comments

Comments
 (0)