Skip to content

Commit 62c2710

Browse files
Bump actions/setup-dotnet from 5.0.0 to 5.0.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc60c11 commit 62c2710

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/[email protected].0
31+
uses: actions/[email protected].1
3232
- name: Install .NET MAUI
3333
run: dotnet workload install maui
3434
- name: "Install InvokeBuild Module"

0 commit comments

Comments
 (0)