Skip to content

Commit e6d6a3c

Browse files
authored
Merge pull request #2 from ehonda/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 2bb10d7 + c96afce commit e6d6a3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Setup .NET
20-
uses: actions/setup-dotnet@v4
20+
uses: actions/setup-dotnet@v5
2121
with:
2222
dotnet-version: '10.x'
2323

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/checkout@v5
103103

104104
- name: Setup .NET
105-
uses: actions/setup-dotnet@v4
105+
uses: actions/setup-dotnet@v5
106106
with:
107107
dotnet-version: '10.x' # Updated to 10.x
108108

0 commit comments

Comments
 (0)