Skip to content

Commit 7b7e3b6

Browse files
Merge pull request #269 from loekd/dependabot/github_actions/actions/setup-dotnet-5
2 parents 86a64c8 + 578b2dc commit 7b7e3b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/NuGetCD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
dry_run: ${{ steps.check_version.outputs.sf_ver_changed == 'false' && github.event.inputs.force_release == 'false' }}
8484

8585
- name: Setup .NET
86-
uses: actions/setup-dotnet@v4
86+
uses: actions/setup-dotnet@v5
8787
with:
8888
dotnet-version: 8.0.x
8989

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Install the .NET Core workload
3636
- name: Install .NET Core
37-
uses: actions/setup-dotnet@v4
37+
uses: actions/setup-dotnet@v5
3838
with:
3939
dotnet-version: 8.0.x
4040

0 commit comments

Comments
 (0)