Skip to content

Commit e9d050d

Browse files
Merge pull request #272 from kolappannathan/dependabot/github_actions/actions/setup-dotnet-5.0.0
Bump actions/setup-dotnet from 4.3.1 to 5.0.0
2 parents fd67d59 + 81f6e02 commit e9d050d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
restore-keys: |
2020
${{ runner.os }}-nuget-
2121
- name: Setup .NET Core SDK
22-
uses: actions/setup-dotnet@v4.3.1
22+
uses: actions/setup-dotnet@v5.0.0
2323
with:
2424
dotnet-version: 8.0.x
2525
- name: Install dependencies

0 commit comments

Comments
 (0)