Skip to content

Commit 937bd98

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] <support@github.com>
1 parent e6af363 commit 937bd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
steps:
300300
- uses: actions/checkout@v4
301301
- name: Setup dotnet
302-
uses: actions/setup-dotnet@v4.2.0
302+
uses: actions/setup-dotnet@v4.3.0
303303
with:
304304
dotnet-version: ${{ matrix.dotnet }}
305305
- name: Set up Ruby

0 commit comments

Comments
 (0)