Skip to content

Commit 5ba9905

Browse files
Bump actions/setup-dotnet from 4.2.0 to 4.3.0 (#3038)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b6aad0 commit 5ba9905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
REF_TYPE: ${{ github.ref_type }}
4646

4747
- name: Setup .NET
48-
uses: actions/setup-dotnet@v4.2.0
48+
uses: actions/setup-dotnet@v4.3.0
4949
with:
5050
global-json-file: global.json
5151

0 commit comments

Comments
 (0)