Skip to content

Commit 225f25c

Browse files
chore(deps): update actions/setup-dotnet action to v4.3.1
1 parent a8f591b commit 225f25c

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.1
3232
with:
3333
dotnet-version: ${{ inputs.DOTNET_VERSION }}
3434
env:

0 commit comments

Comments
 (0)