Skip to content

Commit 8ad2d0f

Browse files
authored
Merge pull request #3 from markcoleman/dependabot/github_actions/actions/setup-dotnet-5
2 parents f491aab + 327bb9b commit 8ad2d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737

3838
- name: Setup .NET
39-
uses: actions/setup-dotnet@v4
39+
uses: actions/setup-dotnet@v5
4040
with:
4141
dotnet-version: ${{ env.DOTNET_VERSION }}
4242

0 commit comments

Comments
 (0)