diff --git a/.github/actions/test-dotnet/action.yml b/.github/actions/test-dotnet/action.yml index 0e521f05..9ea88118 100644 --- a/.github/actions/test-dotnet/action.yml +++ b/.github/actions/test-dotnet/action.yml @@ -28,7 +28,7 @@ runs: - name: Setup .NET Core # if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: ${{ inputs.DOTNET_VERSION }} env: