Skip to content

Commit 1bf452d

Browse files
authored
Merge pull request #795 from licensee/dependabot/github_actions/actions/setup-dotnet-4.3.0
Bump actions/setup-dotnet from 4.2.0 to 4.3.0
2 parents c3eb267 + 937bd98 commit 1bf452d

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)