Skip to content

Commit 62c6fd1

Browse files
authored
Merge pull request #2390 from tiksn/dependabot/github_actions/actions/setup-dotnet-5.0.0
Bump actions/setup-dotnet from 4.3.1 to 5.0.0
2 parents 98634bf + 3eb8c01 commit 62c6fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
lfs: true
2929
fetch-depth: 0
3030
- name: "Install .NET Core SDK"
31-
uses: actions/setup-dotnet@v4.3.1
31+
uses: actions/setup-dotnet@v5.0.0
3232
- name: Install .NET MAUI
3333
run: dotnet workload install maui
3434
- name: "Install InvokeBuild Module"

0 commit comments

Comments
 (0)