Skip to content

Commit 5513058

Browse files
dependabot[bot]tiksn
authored andcommitted
Bump actions/setup-dotnet from 5.2.0 to 5.3.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89299d8 commit 5513058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
}
3838
}
3939
- name: "Install .NET Core SDK"
40-
uses: actions/setup-dotnet@v5.2.0
40+
uses: actions/setup-dotnet@v5.3.0
4141
- name: "Install InvokeBuild Module"
4242
shell: pwsh
4343
run: Install-Module -Name InvokeBuild -Force

0 commit comments

Comments
 (0)