Skip to content

Commit 343c13b

Browse files
Update actions/setup-dotnet action to v4.3.0
1 parent b362c04 commit 343c13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test-dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828

2929
- name: Setup .NET Core
3030
# if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
31-
uses: actions/setup-dotnet@v4.1.0
31+
uses: actions/setup-dotnet@v4.3.0
3232
with:
3333
dotnet-version: ${{ inputs.DOTNET_VERSION }}
3434
env:

0 commit comments

Comments
 (0)