Skip to content

Commit a402dd3

Browse files
authored
Merge pull request #191 from romaklayt/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents a037b8e + fd3dfac commit a402dd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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)