Skip to content

Commit baa68ce

Browse files
Merge pull request #283 from kolappannathan/dependabot/github_actions/actions/setup-dotnet-5.0.1
2 parents 0df11ef + 72ad754 commit baa68ce

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@v5.0.0
22+
uses: actions/setup-dotnet@v5.0.1
2323
with:
2424
dotnet-version: 8.0.x
2525
- name: Install dependencies

0 commit comments

Comments
 (0)