Skip to content

Commit 903d3da

Browse files
Update actions/setup-dotnet action to v4.3.0 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc4bfd8 commit 903d3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Install .NET SDKs
31-
uses: actions/setup-dotnet@v4.2.0
31+
uses: actions/setup-dotnet@v4.3.0
3232
with:
3333
dotnet-version: |
3434
6.0.x

0 commit comments

Comments
 (0)