Skip to content

Commit baa7047

Browse files
Bump actions/setup-dotnet from 4.2.0 to 4.3.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 545392e commit baa7047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
submodules: true
2424
- name: Setup .NET SDK
25-
uses: actions/setup-dotnet@v4.2.0
25+
uses: actions/setup-dotnet@v4.3.0
2626
with:
2727
dotnet-version: 8.0.x
2828
- name: Build

0 commit comments

Comments
 (0)