Skip to content

Commit fd3dfac

Browse files
Bump actions/setup-dotnet from 4 to 5
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>
1 parent 4e07748 commit fd3dfac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "BranchName: ${{ steps.gitversion.outputs.branchName }}"
4040
4141
- name: Setup .NET Core
42-
uses: actions/setup-dotnet@v4
42+
uses: actions/setup-dotnet@v5
4343
with:
4444
dotnet-version: 10.0.x
4545

@@ -91,7 +91,7 @@ jobs:
9191
echo "BranchName: ${{ steps.gitversion.outputs.branchName }}"
9292
9393
- name: Setup .NET Core
94-
uses: actions/setup-dotnet@v4
94+
uses: actions/setup-dotnet@v5
9595
with:
9696
dotnet-version: 10.0.x
9797

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "BranchName: ${{ steps.gitversion.outputs.branchName }}"
3131
3232
- name: Setup dotnet
33-
uses: actions/setup-dotnet@v4
33+
uses: actions/setup-dotnet@v5
3434
with:
3535
dotnet-version: 10.0.x
3636

0 commit comments

Comments
 (0)